array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'evloop.defaultloop.php', 1 => 'EvLoop::defaultLoop', 2 => 'Returns or creates the default event loop', ), 'up' => array ( 0 => 'class.evloop.php', 1 => 'EvLoop', ), 'prev' => array ( 0 => 'evloop.construct.php', 1 => 'EvLoop::__construct', ), 'next' => array ( 0 => 'evloop.embed.php', 1 => 'EvLoop::embed', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/ev/evloop/defaultloop.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PECL ev >= 0.2.0)
EvLoop::defaultLoop — Returns or creates the default event loop
$flags
= Ev::FLAG_AUTO
,$data
= NULL
,$io_interval
= 0.
,$timeout_interval
= 0.
If the default event loop is not created, EvLoop::defaultLoop() creates it with the specified parameters. Otherwise, it just returns the object representing previously created instance ignoring all the parameters.
flags
data
io_collect_interval
timeout_collect_interval
Returns EvLoop object on success.