|
socket_shutdownShuts down a socket for receiving, sending, or both Description
bool socket_shutdown(Socket
$socket , int $mode = 2)
The socket_shutdown function allows you to stop
incoming, outgoing or all data (the default) from being sent through the
Parameters
Return Values
Returns Changelog
|