<?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 => 'fr',
  ),
  'this' => 
  array (
    0 => 'evwatcher.stop.php',
    1 => 'EvWatcher::stop',
    2 => 'Arr&ecirc;te le 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' => 'fr',
    '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">Arrête le Watcher</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-evwatcher.stop-description">
  <h3 class="title">Description</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">
   Marque le Watcher comme étant inactif. Il est à noter que seuls les Watchers actifs
   recevront les événements.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-evwatcher.stop-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <p class="para">Cette fonction ne contient aucun paramètre.</p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-evwatcher.stop-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="simpara">
   Aucune valeur n&#039;est retournée.
  </p>
 </div>

 <div class="refsect1 seealso" id="refsect1-evwatcher.stop-seealso">
  <h3 class="title">Voir aussi</h3>
  <ul class="simplelist">
   <li>
    <span class="methodname"><a href="evwatcher.start.php" class="methodname" rel="rdfs-seeAlso">EvWatcher::start()</a> - D&eacute;marre le Watcher</span>
   </li>
  </ul>
 </div>

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