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