|
PHP5中文手册
socket_close(PHP 4 >= 4.0.7, 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. 返回值无返回值。 |