RISEBY
设置socket选项。bool socket_set_option ( resource $socket , int $level , int $optname , mixed $optval )参数是需要设置的socket,协议等级,调用socket_get_option()的名称和值在socket_create()之后,设置一些参数,用于socket_get_option()来取的
mixed socket_get_option ( resource $socket , int $level , int $optname )