array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'evchild.set.php', 1 => 'EvChild::set', 2 => 'Configures the watcher', ), 'up' => array ( 0 => 'class.evchild.php', 1 => 'EvChild', ), 'prev' => array ( 0 => 'evchild.createstopped.php', 1 => 'EvChild::createStopped', ), 'next' => array ( 0 => 'class.evembed.php', 1 => 'EvEmbed', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/ev/evchild/set.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

EvChild::set

(PECL ev >= 0.2.0)

EvChild::setConfigures the watcher

说明

public EvChild::set( int $pid , bool $trace ): void

参数

pid

The same as for EvChild::__construct()

trace

The same as for EvChild::__construct()

返回值

没有返回值。

参见