EvIdle::createStopped

(PECL ev >= 0.2.0) Creates instance of a stopped EvIdle watcher object final public static object EvIdle::createStopped ( string $callback [, mixed $data [, int $priority ]] ) The same as EvIdle::__construct() , but doesn't start the watcher automatically. Parameters: callback See Watcher callbacks . data Custom data associated wi

EvIdle::__construct

(PECL ev >= 0.2.0) Constructs the EvIdle watcher object public EvIdle::__construct ( callable $callback [, mixed $data [, int $priority ]] ) Constructs the EvIdle watcher object and starts the watcher automatically. Parameters: callback See Watcher callbacks . data Custom data associated with the watcher. pr

EvFork::createStopped

(PECL ev >= 0.2.0) Creates a stopped instance of EvFork watcher class final public static object EvFork::createStopped ( string $callback [, string $data [, string $priority ]] ) The same as EvFork::__construct() , but doesn't start the watcher automatically. Parameters: callback See Watcher callbacks . data Custom data associated

EvFork::__construct

(PECL ev >= 0.2.0) Constructs the EvFork watcher object public EvFork::__construct ( callable $callback [, mixed $data = NULL [, int $priority = 0 ]] ) Constructs the EvFork watcher object and starts the watcher automatically. Parameters: callback See Watcher callbacks . data Custom data associated with the watcher.

EvEmbed::sweep

(PECL ev >= 0.2.0) Make a single, non-blocking sweep over the embedded loop. public void EvEmbed::sweep ( void ) Make a single, non-blocking sweep over the embedded loop. Works similarly to the following, but in the most appropriate way for embedded loops: <?php $other->start(Ev::RUN_NOWAIT); ?> Returns: No value is returned.

EvEmbed::set

(PECL ev >= 0.2.0) Configures the watcher public void EvEmbed::set ( object $other ) Configures the watcher to use other event loop object. Parameters: other The same as for EvEmbed::__construct() Returns: No value is returned.

EvEmbed::createStopped

(PECL ev >= 0.2.0) Create stopped EvEmbed watcher object final public static void EvEmbed::createStopped ( object $other [, callable $callback [, mixed $data [, int $priority ]]] ) The same as EvEmbed::__construct() , but doesn't start the watcher automatically. Parameters: other The same as for EvEmbed::__construct() callback S

EvEmbed::__construct

(PECL ev >= 0.2.0) Constructs the EvEmbed object public EvEmbed::__construct ( object $other [, callable $callback [, mixed $data [, int $priority ]]] ) This is a rather advanced watcher type that lets to embed one event loop into another(currently only IO events are supported in the embedded loop, other types of watchers might be handled in a delayed or incorrect fashion and must not be used). See » the libev docum

EvChild::set

(PECL ev >= 0.2.0) Configures the watcher public void EvChild::set ( int $pid , bool $trace ) Parameters: pid The same as for EvChild::__construct() trace The same as for EvChild::__construct() Returns: No value is returned. See also:

EvChild::createStopped

(PECL ev >= 0.2.0) Create instance of a stopped EvCheck watcher final public static object EvChild::createStopped ( int $pid , bool $trace , callable $callback [, mixed $data [, int $priority ]] ) The same as EvChild::__construct() , but doesn't start the watcher automatically. Parameters: pid The same as for EvChild::__construct() trace