array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), '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); ?>

EventBase::gotExit

(PECL event >= 1.2.6-beta)

EventBase::gotExitChecks if the event loop was told to exit

Açıklama

public EventBase::gotExit(): bool

Checks if the event loop was told to exit by EventBase::exit().

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns true, event loop was told to exit by EventBase::exit(). Otherwise false.

Ayrıca Bakınız