MultipleIterator
PHP Manual

MultipleIterator::key

(PHP 5 >= 5.3.0)

MultipleIterator::keyGets the registered iterator instances

説明

public void MultipleIterator::key ( void )

Get the registered iterator instances.

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

この関数にはパラメータはありません。

返り値

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

エラー / 例外

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

参考


MultipleIterator
PHP Manual