array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'it', ), '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); ?>

CachingIterator::count

(PHP 5 >= 5.2.2, PHP 7, PHP 8)

CachingIterator::countThe number of elements in the iterator

Descrizione

public CachingIterator::count(): int
Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

May return the number of elements in the iterator.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

The count of the elements iterated over.