<?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 => 'de',
  ),
  'this' => 
  array (
    0 => 'evwatcher.feed.php',
    1 => 'EvWatcher::feed',
    2 => 'Feeds the given revents set into the event loop',
  ),
  'up' => 
  array (
    0 => 'class.evwatcher.php',
    1 => 'EvWatcher',
  ),
  'prev' => 
  array (
    0 => 'evwatcher.construct.php',
    1 => 'EvWatcher::__construct',
  ),
  'next' => 
  array (
    0 => 'evwatcher.getloop.php',
    1 => 'EvWatcher::getLoop',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ev/evwatcher/feed.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="evwatcher.feed" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">EvWatcher::feed</h1>
  <p class="verinfo">(PECL ev &gt;= 0.2.0)</p><p class="refpurpose"><span class="refname">EvWatcher::feed</span> &mdash; <span class="dc-title">Feeds the given revents set into the event loop</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-evwatcher.feed-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description"><span class="modifier">public</span>
   <span class="methodname"><strong>EvWatcher::feed</strong></span>(<span class="methodparam">
    
    <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$revents</code>
   </span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="simpara">
   Feeds the given revents set into the event loop, as if the specified event
   had happened for the watcher.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-evwatcher.feed-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <dl>
   
    <dt>
     <code class="parameter">revents</code>
    </dt>
    <dd>
     <span class="simpara">
      Bit mask of watcher
      <a href="class.ev.php#ev.constants.watcher-revents" class="link">received events</a>.
     </span>
    </dd>
   
  </dl>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-evwatcher.feed-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="simpara">
   Es wird kein Wert zurückgegeben.
  </p>
 </div>

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