ArrayIterator::count

(PHP 5, PHP 7)

ArrayIterator::countCount elements

Opis

public ArrayIterator::count ( void ) : int

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

Ostrzeżenie

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

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

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

Zobacz też:

add a note add a note

User Contributed Notes

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