<?php $context = stream_context_create(array('socket' => array('backlog' => 10))); $server = stream_socket_server('localhost:0', $errno, $errstr, STREAM_SERVER_BIND | STREAM_SERVER_LISTEN, $context); var_dump(stream_context_get_options($server));
You have javascript disabled. You will not be able to edit any code.