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

contributors($setup);

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

 </div>
 <div class="refsect1 description" id="refsect1-evwatcher.stop-description">
  <h3 class="title">Descrizione</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span>
   <span class="methodname"><strong>EvWatcher::stop</strong></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="simpara">
   Marks the watcher as inactive. Note that only active watchers will receive
   events.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-evwatcher.stop-parameters">
  <h3 class="title">Elenco dei parametri</h3>
  <p class="para">Questa funzione non contiene parametri.</p>
 </div>

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

 <div class="refsect1 seealso" id="refsect1-evwatcher.stop-seealso">
  <h3 class="title">Vedere anche:</h3>
  <ul class="simplelist">
   <li>
    <span class="methodname"><a href="evwatcher.start.php" class="methodname" rel="rdfs-seeAlso">EvWatcher::start()</a> - Starts the watcher</span>
   </li>
  </ul>
 </div>

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