socket_set_option($socket, SOL_SOCKET, SO_REUSEADDR, 1)) { echo socket_strerror(socket_last_error($socket)); exit; } $result = socket_bind($socket, $host, $port) ...
確定! 回上一頁