(PECL event >= 1.2.6-beta)
Constructs Event object
public Event::__construct ( EventBase $base , mixed $fd , int $what , callable $cb [, mixed $arg = NULL ] )
Constructs Event object.
Parameters:
base
The event base to associate with.
fd
stream resource, socket resource, or numeric file descriptor. For timer events pass -1 . For si