ArrayIterator::count

(PHP 5 >= 5.0.0)

ArrayIterator::countCount elements

Опис

public int ArrayIterator::count ( void )

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

Увага

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

Параметри

В цієї функції немає параметрів.

Значення, що повертаються

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

Прогляньте Також

add a note add a note

User Contributed Notes

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