ArrayIterator
PHP Manual

ArrayIterator::count

(PHP 5 >= 5.0.0)

ArrayIterator::countCount elements

Descrizione

public int ArrayIterator::count ( void )

Gets the number of elements in the array, or the number of public properties in the object.

Avviso

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

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

The number of elements or public properties in the associated array or object, respectively.

Vedere anche:


ArrayIterator
PHP Manual