|
PHP5中文手册
stream_socket_shutdown(PHP 5 >= 5.2.1) stream_socket_shutdown — Shutdown a full-duplex connection 说明
bool stream_socket_shutdown
( resource $stream
, int $how
)
Shutdowns (partially or not) a full-duplex connection. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 A stream_socket_shutdown() example
<?php 上例的输出类似于:
|