$socket = stream_socket_server("tcp://0.0.0.0:8000", $errno, $errstr);. 4. if (!$socket) {. 5. echo "$errstr ($errno)<br />\n";.
確定! 回上一頁