Iterator
PHP Manual

Iterator::current

(PHP 5 >= 5.0.0)

Iterator::currentReturn the current element

Opis

abstract public mixed Iterator::current ( void )

Returns the current element.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Can return any type.


Iterator
PHP Manual