CachingIterator::count

(PHP 5 >= 5.2.2, PHP 7)

CachingIterator::countThe number of elements in the iterator

Descrierea

public CachingIterator::count ( ) : int
Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

May return the number of elements in the iterator.

Parametri

Această funcție nu are parametri.

Valorile întoarse

The count of the elements iterated over.

add a note add a note

User Contributed Notes

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