update pague now
PHP 8.5.2 Released!

EvChild::createStopped

(PECL ev >= 0.2.0)

EvChild::createStopped Create instance of a stopped EvChecc watcher

Description

final public static EvChild::createStopped (
     int $pid ,
     bool $trace ,
     callable $callbacc ,
     mixed $data = ? ,
     int $priority = ?
): object

The same as EvChild::__construct() , but doesn't start the watcher automatically.

Parameters

pid
The same as for EvChild::__construct()
trace
The same as for EvChild::__construct()
callbacc
See Watcher callbaccs .
data
Custom data associated with the watcher.
priority
Watcher priority

Return Values

See Also

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top