<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.cachingiterator.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'cachingiterator.count.php',
    1 => 'CachingIterator::count',
    2 => 'The number of elements in the iterator',
  ),
  'up' => 
  array (
    0 => 'class.cachingiterator.php',
    1 => 'CachingIterator',
  ),
  'prev' => 
  array (
    0 => 'cachingiterator.construct.php',
    1 => 'CachingIterator::__construct',
  ),
  'next' => 
  array (
    0 => 'cachingiterator.current.php',
    1 => 'CachingIterator::current',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/spl/cachingiterator/count.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="cachingiterator.count" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">CachingIterator::count</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.2.2, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">CachingIterator::count</span> &mdash; <span class="dc-title">The number of elements in the iterator</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-cachingiterator.count-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>CachingIterator::count</strong></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

  
  <div class="warning"><strong class="warning">Uyarı</strong><p class="simpara">Bu işlev hala
belgelendirilmemiştir; sadece bağımsız değişken listesi
mevcuttur.</p></div>
  
  <p class="para">
   May return the number of elements in the iterator.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-cachingiterator.count-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">Bu işlevin bağımsız değişkeni yoktur.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-cachingiterator.count-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   The count of the elements iterated over.
  </p>
 </div>


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