EVCHILD.CREATESTOPPED(3) 1 EVCHILD.CREATESTOPPED(3)
EvChild::createStopped - Create instance of a stopped EvCheck watcher
SYNOPSIS
finalpublicstatic object EvChild::createStopped (int $pid, bool $trace, callable $callback, [mixed $data], [int $priority])
DESCRIPTION
The same as EvChild::__construct , but doesn't start the watcher automatically.
PARAMETERS
o $pid
- The same as for EvChild::__construct
o $trace
- The same as for EvChild::__construct
o $callback
- See Watcher callbacks .
o $data
- Custom data associated with the watcher.
o $priority
-Watcher priority
RETURN VALUES
SEE ALSO
EvChild::__construct, EvLoop::child.
PHP Documentation Group EVCHILD.CREATESTOPPED(3)