Voting

: three minus two?
(Example: nine)

The Note You're Voting On

ludvig dot ericson at gmail dot com
19 years ago
Sockets should be first shutdown and then closed.
<?php
// Sample: Closing sockets gracefully
socket_shutdown($sock, 2);
socket_close($sock);
?>

<< Back to user notes page

To Top