<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.ev.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'ev.stop.php',
    1 => 'Ev::stop',
    2 => 'Stops the default event loop',
  ),
  'up' => 
  array (
    0 => 'class.ev.php',
    1 => 'Ev',
  ),
  'prev' => 
  array (
    0 => 'ev.sleep.php',
    1 => 'Ev::sleep',
  ),
  'next' => 
  array (
    0 => 'ev.supportedbackends.php',
    1 => 'Ev::supportedBackends',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ev/ev/stop.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ev.stop" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Ev::stop</h1>
  <p class="verinfo">(PECL ev &gt;= 0.2.0)</p><p class="refpurpose"><span class="refname">Ev::stop</span> &mdash; <span class="dc-title">Stops the default event loop</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-ev.stop-description">
  <h3 class="title">Descrizione</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">final</span>
   <span class="modifier">public</span>
   <span class="modifier">static</span>
   <span class="methodname"><strong>Ev::stop</strong></span>(<span class="methodparam">
    
    <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$how</code>
   <span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="simpara">
   Stops the default event loop
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-ev.stop-parameters">
  <h3 class="title">Elenco dei parametri</h3>
  <dl>
   
    <dt>
     <code class="parameter">how</code>
    </dt>
    <dd>
     <span class="simpara">
      One of
      <em>Ev::BREAK_*</em>
      <a href="class.ev.php#ev.constants.break-flags" class="link">constants</a>.
     </span>
    </dd>
   
  </dl>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-ev.stop-returnvalues">
  <h3 class="title">Valori restituiti</h3>
  <p class="simpara">
   Nessun valore viene restituito.
  </p>
 </div>

 <div class="refsect1 seealso" id="refsect1-ev.stop-seealso">
  <h3 class="title">Vedere anche:</h3>
  <ul class="simplelist">
   <li>
    <span class="methodname"><a href="ev.run.php" class="methodname" rel="rdfs-seeAlso">Ev::run()</a> - Begin checking for events and calling callbacks for the default
  loop</span>
   </li>
  </ul>
 </div>

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