MultipleIterator::countIterators

(PHP 5 >= 5.3.0, PHP 7)

MultipleIterator::countIteratorsGets the number of attached iterator instances

Descrierea

public MultipleIterator::countIterators ( ) : int

Gets the number of attached iterator instances.

Avertizare

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

Parametri

Această funcție nu are parametri.

Valorile întoarse

The number of attached iterator instances (as an int).

A se vedea și

add a note add a note

User Contributed Notes

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