Iterator::current

(PHP 5 >= 5.0.0)

Iterator::currentReturn the current element

Beskrivelse

abstract public mixed Iterator::current ( void )

Returns the current element.

Parametre

This function has no parameters.

Returnerings Værdier

Can return any type.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top