SPL Funkcje
PHP Manual

iterator_count

(PHP 5 >= 5.1.3)

iterator_countCount the elements in an iterator

Opis

int iterator_count ( IteratorAggregate $iterator )
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Count the elements in an iterator.

Parametry

iterator

The iterator being counted.

Zwracane wartości

The number of elements in iterator .


SPL Funkcje
PHP Manual