|
PHP5中文手册
socket_shutdown(PHP 4 >= 4.0.7, PHP 5) socket_shutdown — Shuts down a socket for receiving, sending, or both 说明
bool socket_shutdown
( resource $socket
[, int $how
] )
The socket_shutdown() function allows you to stop incoming, outgoing or all data (the default) from being sent through the socket 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 |