<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.evidle.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'evidle.construct.php',
    1 => 'EvIdle::__construct',
    2 => 'Constructs the EvIdle watcher object',
  ),
  'up' => 
  array (
    0 => 'class.evidle.php',
    1 => 'EvIdle',
  ),
  'prev' => 
  array (
    0 => 'class.evidle.php',
    1 => 'EvIdle',
  ),
  'next' => 
  array (
    0 => 'evidle.createstopped.php',
    1 => 'EvIdle::createStopped',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ev/evidle/construct.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="evidle.construct" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">EvIdle::__construct</h1>
  <p class="verinfo">(PECL ev &gt;= 0.2.0)</p><p class="refpurpose"><span class="refname">EvIdle::__construct</span> &mdash; <span class="dc-title">Constructs the EvIdle watcher object</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-evidle.construct-description">
  <h3 class="title">Açıklama</h3>
  <div class="constructorsynopsis dc-description">
   <span class="modifier">public</span>
   <span class="methodname"><strong>EvIdle::__construct</strong></span>(<span class="methodparam">
    
    <span class="type"><a href="language.types.callable.php" class="type callable">callable</a></span> <code class="parameter">$callback</code>
   </span>, <span class="methodparam">
    
    <span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span> <code class="parameter">$data</code>
   <span class="initializer"> = ?</span></span>, <span class="methodparam">
    
    <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$priority</code>
   <span class="initializer"> = ?</span></span>)</div>

  <p class="simpara">
   Constructs the EvIdle watcher object and starts the watcher automatically.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-evidle.construct-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <dl>
   
    <dt>
     <code class="parameter">callback</code>
    </dt>
    <dd>
     <span class="simpara">
      See
      <a href="ev.watcher-callbacks.php" class="link">Watcher callbacks</a>.
     </span>
    </dd>
   
   
    <dt>
     <code class="parameter">data</code>
    </dt>
    <dd>
     <span class="simpara">
      Custom data associated with the watcher.
     </span>
    </dd>
   
   
    <dt>
     <code class="parameter">priority</code>
    </dt>
    <dd>
     <span class="simpara">
      <a href="class.ev.php#ev.constants.watcher-pri" class="link">Watcher priority</a>
     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 seealso" id="refsect1-evidle.construct-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <ul class="simplelist">
   <li>
    <span class="methodname"><a href="evidle.createstopped.php" class="methodname" rel="rdfs-seeAlso">EvIdle::createStopped()</a> - Creates instance of a stopped EvIdle watcher object</span>
   </li>
   <li>
    <span class="methodname"><a href="evloop.idle.php" class="methodname" rel="rdfs-seeAlso">EvLoop::idle()</a> - Creates EvIdle watcher object associated with the current event
  loop instance</span>
   </li>
  </ul>
 </div>

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