MultipleIterator::current

(PHP 5 >= 5.3.0, PHP 7)

MultipleIterator::currentGets the registered iterator instances

Descrierea

public MultipleIterator::current ( ) : array

Get the registered iterator instances current() result.

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

An array containing the current values of each attached iterator, or false if no iterators are attached.

Erori/Excepții

A RuntimeException if mode MIT_NEED_ALL is set and at least one attached iterator is not valid. Or an IllegalValueException if a key is null and MIT_KEYS_ASSOC is set.

A se vedea și

add a note add a note

User Contributed Notes

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