Iterator
PHP Manual

Iterator::current

(PHP 5 >= 5.0.0)

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

説明

abstract public mixed Iterator::current ( void )

現在の要素を返します。

パラメータ

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

返り値

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


Iterator
PHP Manual