|
PHP5中文手册
socket_get_option(PHP 4 >= 4.3.0, PHP 5) socket_get_option — Gets socket options for the socket 说明
mixed socket_get_option
( resource $socket
, int $level
, int $optname
)
The socket_get_option() function retrieves the value for the option specified by the optname parameter for the specified socket . 参数
返回值Returns the value of the given option, or FALSE on errors. 范例
Example#1 socket_set_option() example
<?php 更新日志
|