start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: shmwrite Chapter 5
Function Reference
Next: Reference: sin
 

shutdown

shutdown 
socket
, 
how

Shuts down a socket connection in the manner indicated by how . If how is 0 , further receives are disallowed. If how is 1 , further sends are disallowed. If how is 2 , everything is disallowed.

(This function will not shut down your system; you'll have to execute an external program to do that. See system .)


Previous: Reference: shmwrite Perl in a Nutshell Next: Reference: sin
Reference: shmwrite Book Index Reference: sin

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.