Iterator
PHP Manual

Iterator::current

(PHP 5 >= 5.1.0)

Iterator::currentReturn the current element

Описание

abstract public mixed Iterator::current ( void )

Returns the current element.

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

У этой функции нет параметров.

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

Can return any type.


Iterator
PHP Manual