ArrayIterator::count

(PHP 5 >= 5.0.0)

ArrayIterator::countCount elements

Beskrivelse

public int ArrayIterator::count ( void )

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

Advarsel

This function is currently not documented; only its argument list is available.

Parametre

This function has no parameters.

Returnerings Værdier

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

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top