<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.zmqpoll.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'zmqpoll.count.php',
    1 => 'ZMQPoll::count',
    2 => 'Count items in the poll set',
  ),
  'up' => 
  array (
    0 => 'class.zmqpoll.php',
    1 => 'ZMQPoll',
  ),
  'prev' => 
  array (
    0 => 'zmqpoll.clear.php',
    1 => 'ZMQPoll::clear',
  ),
  'next' => 
  array (
    0 => 'zmqpoll.getlasterrors.php',
    1 => 'ZMQPoll::getLastErrors',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/zmq/zmqpoll/count.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="zmqpoll.count" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ZMQPoll::count</h1>
  <p class="verinfo">(PECL zmq &gt;= 0.5.0)</p><p class="refpurpose"><span class="refname">ZMQPoll::count</span> &mdash; <span class="dc-title">Count items in the poll set</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-zmqpoll.count-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>ZMQPoll::count</strong></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

  <p class="para rdfs-comment">
   Count the items in the poll set.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-zmqpoll.count-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">Diese Funktion besitzt keine Parameter.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-zmqpoll.count-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   Returns an <a href="language.types.integer.php" class="link">Integer</a> representing the amount of items in the poll set.
  </p>
 </div>



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