socket_set_nonblock($socket)) { // $socket is now nonblocking echo socket_strerror(socket_last_error()); } if (!socket_set_block($socket)) { // ...
確定! 回上一頁