array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'eventbase.gotexit.php', 1 => 'EventBase::gotExit', 2 => 'Checks if the event loop was told to exit', ), 'up' => array ( 0 => 'class.eventbase.php', 1 => 'EventBase', ), 'prev' => array ( 0 => 'eventbase.gettimeofdaycached.php', 1 => 'EventBase::getTimeOfDayCached', ), 'next' => array ( 0 => 'eventbase.gotstop.php', 1 => 'EventBase::gotStop', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/event/eventbase/gotexit.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PECL event >= 1.2.6-beta)
EventBase::gotExit — Checks if the event loop was told to exit
Checks if the event loop was told to exit by EventBase::exit().
此函数没有参数。
   Returns true, event loop was told to exit by
   EventBase::exit().
   Otherwise false.