<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.eventbase.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  '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);

?>
<div id="eventbase.gotexit" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">EventBase::gotExit</h1>
  <p class="verinfo">(PECL event &gt;= 1.2.6-beta)</p><p class="refpurpose"><span class="refname">EventBase::gotExit</span> &mdash; <span class="dc-title">Checks if the event loop was told to exit</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-eventbase.gotexit-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span>
   <span class="methodname"><strong>EventBase::gotExit</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Checks if the event loop was told to exit by
   <span class="methodname"><a href="eventbase.exit.php" class="methodname">EventBase::exit()</a></span>.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-eventbase.gotexit-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">Diese Funktion besitzt keine Parameter.</p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-eventbase.gotexit-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   Returns <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>, event loop was told to exit by
   <span class="methodname"><a href="eventbase.exit.php" class="methodname">EventBase::exit()</a></span>.
   Otherwise <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>.
  </p>
 </div>

 <div class="refsect1 seealso" id="refsect1-eventbase.gotexit-seealso">
  <h3 class="title">Siehe auch</h3>
  <ul class="simplelist">
   <li>
    <span class="methodname"><a href="eventbase.exit.php" class="methodname" rel="rdfs-seeAlso">EventBase::exit()</a> - Stop dispatching events</span>
   </li>
   <li>
    <span class="methodname"><a href="eventbase.stop.php" class="methodname" rel="rdfs-seeAlso">EventBase::stop()</a> - Tells event_base to stop dispatching events</span>
   </li>
   <li>
    <span class="methodname"><a href="eventbase.gotstop.php" class="methodname" rel="rdfs-seeAlso">EventBase::gotStop()</a> - Checks if the event loop was told to exit</span>
   </li>
  </ul>
 </div>

</div><?php manual_footer($setup); ?>