Iterator
PHP Manual

Iterator::current

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

Iterator::currentReturn the current element.

Beschreibung

abstract public mixed Iterator::current ( void )

Returns the current element.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Can return any type.


Iterator
PHP Manual