array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'evloop.prepare.php', 1 => 'EvLoop::prepare', 2 => 'Creates EvPrepare watcher object associated with the current event loop instance', ), 'up' => array ( 0 => 'class.evloop.php', 1 => 'EvLoop', ), 'prev' => array ( 0 => 'evloop.periodic.php', 1 => 'EvLoop::periodic', ), 'next' => array ( 0 => 'evloop.resume.php', 1 => 'EvLoop::resume', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/ev/evloop/prepare.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

EvLoop::prepare

(PECL ev >= 0.2.0)

EvLoop::prepareCreates EvPrepare watcher object associated with the current event loop instance

说明

final public EvLoop::prepare( callable $callback , mixed $data = null , int $priority = 0 ): EvPrepare

Creates EvPrepare watcher object associated with the current event loop instance

参数

All parameters have the same maening as for EvPrepare()

返回值

Returns EvPrepare object on success

参见