<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.eio.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'function.eio-nthreads.php',
    1 => 'eio_nthreads',
    2 => 'Returns number of threads currently in use',
  ),
  'up' => 
  array (
    0 => 'ref.eio.php',
    1 => 'Eio Functions',
  ),
  'prev' => 
  array (
    0 => 'function.eio-nreqs.php',
    1 => 'eio_nreqs',
  ),
  'next' => 
  array (
    0 => 'function.eio-open.php',
    1 => 'eio_open',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/eio/functions/eio-nthreads.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.eio-nthreads" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">eio_nthreads</h1>
  <p class="verinfo">(PECL eio &gt;= 0.0.1dev)</p><p class="refpurpose"><span class="refname">eio_nthreads</span> &mdash; <span class="dc-title">Returns number of threads currently in use</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.eio-nthreads-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>eio_nthreads</strong></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

  <p class="simpara">

  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-function.eio-nthreads-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">This function has no parameters.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.eio-nthreads-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="simpara">
   <span class="function"><strong>eio_nthreads()</strong></span> returns number of threads currently in
   use.
  </p>
 </div>



 <div class="refsect1 seealso" id="refsect1-function.eio-nthreads-seealso">
  <h3 class="title">See Also</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="function.eio-npending.php" class="function" rel="rdfs-seeAlso">eio_npending()</a> - Returns number of finished, but unhandled requests</span></li>
   <li><span class="function"><a href="function.eio-nready.php" class="function" rel="rdfs-seeAlso">eio_nready()</a> - Returns number of not-yet handled requests</span></li>
   <li><span class="function"><a href="function.eio-nreqs.php" class="function" rel="rdfs-seeAlso">eio_nreqs()</a> - Returns number of requests to be processed</span></li>
   <li><span class="function"><a href="function.eio-set-max-idle.php" class="function" rel="rdfs-seeAlso">eio_set_max_idle()</a> - Set maximum number of idle threads</span></li>
   <li><span class="function"><a href="function.eio-set-max-parallel.php" class="function" rel="rdfs-seeAlso">eio_set_max_parallel()</a> - Set maximum parallel threads</span></li>
   <li><span class="function"><a href="function.eio-set-min-parallel.php" class="function" rel="rdfs-seeAlso">eio_set_min_parallel()</a> - Set minimum parallel thread number</span></li>
  </ul>
 </div>


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