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

Beschreibung

public CachingIterator::count(): int
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Parameter zur Verfügung.

May return the number of elements in the iterator.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

The count of the elements iterated over.