array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'evperiodic.again.php', 1 => 'EvPeriodic::again', 2 => 'Simply stops and restarts the periodic watcher again', ), 'up' => array ( 0 => 'class.evperiodic.php', 1 => 'EvPeriodic', ), 'prev' => array ( 0 => 'class.evperiodic.php', 1 => 'EvPeriodic', ), 'next' => array ( 0 => 'evperiodic.at.php', 1 => 'EvPeriodic::at', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/ev/evperiodic/again.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

EvPeriodic::again

(PECL ev >= 0.2.0)

EvPeriodic::againSimply stops and restarts the periodic watcher again

说明

public EvPeriodic::again(): void

Simply stops and restarts the periodic watcher again. This is only useful when attributes are changed.

参数

此函数没有参数。

返回值

没有返回值。

参见