EvIo::__constructConstructs EvIo watcher object Description
public
EvIo::__construct
(
mixed
$fd
,
int
$events
,
callable
$callback
[,
mixed
$data
[,
int
$priority
]] )Constructs EvIo watcher object and starts the watcher automatically. Parameters
Return ValuesReturns EvIo object on success. See Also
|