CachingIterator
PHP Manual

CachingIterator::count

(PHP 5 >= 5.2.2, PHP 7)

CachingIterator::countThe number of elements in the iterator

Beschreibung

public int CachingIterator::count ( void )
Warnung

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

May return the number of elements in the iterator.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

The count of the elements iterated over.


CachingIterator
PHP Manual