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.

Список параметров

This function has no parameters.

Возвращаемые значения

Can return any type.


Iterator
PHP Manual