Query: socket_close
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SOCKET_CLOSE(3) 1 SOCKET_CLOSE(3) socket_close - Closes a socket resourceSYNOPSISvoid socket_close (resource $socket)DESCRIPTIONsocket_close(3) closes the socket resource given by $socket. This function is specific to sockets and cannot be used on any other type of resources.PARAMETERSo $socket - A valid socket resource created with socket_create(3) or socket_accept(3).RETURN VALUESNo value is returned.SEE ALSOsocket_bind(3), socket_listen(3), socket_create(3), socket_strerror(3). PHP Documentation Group SOCKET_CLOSE(3)
Related Man Pages |
---|
socket_create_listen(3) - php |
socket_bind(3) - php |
socket_getsockname(3) - php |
socket_sendto(3) - php |
socket_set_option(3) - php |
Similar Topics in the Unix Linux Community |
---|
socket close hangs and CPU go to 100% |
socket close() -w- pthreads linux 2.6.18.2-34 (suse) SMP |