Iterator
PHP Manual

Iterator::current

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

Iterator::currentReturn the current element.

説明

abstract public mixed Iterator::current ( void )

Returns the current element.

パラメータ

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

返り値

Can return any type.


Iterator
PHP Manual