The EvChild classIntroduction
EvChild
watchers trigger when the process receives a
It is allowed to register EvChild watchers in the default loop only. Class synopsis
EvChild
class EvChild
extends
EvWatcher
{
/* Properties */
public
$pid;
public
$rpid;
public
$rstatus;
/* Inherited properties */
public
$is_active;
public
$data;
public
$is_pending;
public
$priority;
/* Methods */
public
__construct(
int $pid
,bool $trace
,callable $callback
,mixed $data
= null
,int $priority
= 0
) final
public
static
object createStopped(
int $pid
,bool $trace
,callable $callback
,mixed $data
= ?,int $priority
= ?) public
void set(
int
$pid
,
bool
$trace
)/* Inherited methods */
public
int EvWatcher::clear()
public
void EvWatcher::feed(
int
$revents
)public
EvLoop EvWatcher::getLoop()
public
void EvWatcher::invoke(
int
$revents
)public
bool EvWatcher::keepalive(
bool
$value
= ?)public
void EvWatcher::setCallback(
callable
$callback
)public
void EvWatcher::start()
public
void EvWatcher::stop()
}Properties
|