array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'evloop.stop.php', 1 => 'EvLoop::stop', 2 => 'Stops the event loop', ), 'up' => array ( 0 => 'class.evloop.php', 1 => 'EvLoop', ), 'prev' => array ( 0 => 'evloop.stat.php', 1 => 'EvLoop::stat', ), 'next' => array ( 0 => 'evloop.suspend.php', 1 => 'EvLoop::suspend', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/ev/evloop/stop.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

EvLoop::stop

(PECL ev >= 0.2.0)

EvLoop::stopStops the event loop

说明

public EvLoop::stop( int $how = ?): void

Stops the event loop

参数

how

One of Ev::BREAK_* constants.

返回值

没有返回值。

参见