<?php
$consts = get_defined_constants();
foreach ($consts as $name => $value)
{
if (strpos(strtoupper($name), 'EV') === 0)
{
echo $name . ' = ' . $value . '<br/>';
}
}
?>
$connection = stream_socket_accept($socket,10000);
event_buffer_timeout_set()