EvIo::createStoppedCreate stopped EvIo watcher object Description
final
public
static
EvIo
EvIo::createStopped
(
mixed
$fd
,
int
$events
,
callable
$callback
[,
mixed
$data
= NULL
[,
int
$priority
= 0
]] )The same as EvIo::__construct , but doesn't start the watcher automatically. Parameters
Return ValuesReturns EvIo object on success. See Also
|