php man page for socket_close

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 resource

SYNOPSIS
void socket_close (resource $socket)
DESCRIPTION
socket_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.
PARAMETERS
o $socket - A valid socket resource created with socket_create(3) or socket_accept(3).
RETURN VALUES
No value is returned.
SEE ALSO
socket_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