socket_set_option ($socket, SOL_SOCKET, SO_SNDTIMEO, array("sec" => 0, "usec" => 500000)); / / Set the receive data timeout time socket_set_option($socket ...
確定! 回上一頁