<?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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'eventbase.gotstop.php',
    1 => 'EventBase::gotStop',
    2 => 'Checks if the event loop was told to exit',
  ),
  'up' => 
  array (
    0 => 'class.eventbase.php',
    1 => 'EventBase',
  ),
  'prev' => 
  array (
    0 => 'eventbase.gotexit.php',
    1 => 'EventBase::gotExit',
  ),
  'next' => 
  array (
    0 => 'eventbase.loop.php',
    1 => 'EventBase::loop',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/event/eventbase/gotstop.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="eventbase.gotstop" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">EventBase::gotStop</h1>
  <p class="verinfo">(PECL event &gt;= 1.2.6-beta)</p><p class="refpurpose"><span class="refname">EventBase::gotStop</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.gotstop-description">
  <h3 class="title">Опис</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span>
   <span class="methodname"><strong>EventBase::gotStop</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.stop.php" class="methodname">EventBase::stop()</a></span>.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-eventbase.gotstop-parameters">
  <h3 class="title">Параметри</h3>
  <p class="para">У цієї функції немає
параметрів.</p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-eventbase.gotstop-returnvalues">
  <h3 class="title">Значення, що повертаються</h3>
  <p class="para">
   Returns <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>, event loop was told to stop by
   <span class="methodname"><a href="eventbase.stop.php" class="methodname">EventBase::stop()</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.gotstop-seealso">
  <h3 class="title">Прогляньте також</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.gotexit.php" class="methodname" rel="rdfs-seeAlso">EventBase::gotExit()</a> - Checks if the event loop was told to exit</span>
   </li>
  </ul>
 </div>

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