Iterator
PHP Manual

Iterator::current

(No version information available, might be only in CVS)

Iterator::current現在の要素を返す

説明

abstract public mixed Iterator::current ( void )

現在の要素を返します。

パラメータ

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

返り値

あらゆる型を返すことが可能です。


Iterator
PHP Manual