Exemple avec socket_set_block. <?php $port = 9090; if (!$socket = socket_create_listen($port)) { echo socket_strerror(socket_last_error()); }
確定! 回上一頁