MultipleIterator
PHP Manual

MultipleIterator::key

(PHP 5 >= 5.3.0)

MultipleIterator::keyGets the registered iterator instances

Descrição

public array MultipleIterator::key ( void )

Get the registered iterator instances key() result.

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

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

Erros

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".

Veja Também


MultipleIterator
PHP Manual