MultipleIterator
PHP Manual

MultipleIterator::key

(PHP 5 >= 5.3.0)

MultipleIterator::keyGets the registered iterator instances

Descrizione

public array MultipleIterator::key ( void )

Get the registered iterator instances key() result.

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

An array of all registered iterator instances, or FALSE if no sub iterator is attached.

Errori/Eccezioni

A LogicException if mode MIT_NEED_ALL is set, and at least one attached iterator is not valid.

Calling this method from foreach triggers warning "Illegal type returned".

Vedere anche:


MultipleIterator
PHP Manual