socket_close
(PHP 4 >= 4.1.0, PHP 5)
socket_close — Closes a socket resource
说明
void socket_close ( resource $socket )socket_close() closes the socket resource given by socket. This function is specific to sockets and cannot be used on any other type of resources.
参数
- socket
-
A valid socket resource created with socket_create() or socket_accept().
返回值
没有返回值。
参见
- socket_bind() - Binds a name to a socket
- socket_listen() - Listens for a connection on a socket
- socket_create() - Create a socket (endpoint for communication)
- socket_strerror() - Return a string describing a socket error