Iterator
PHP Manual

Iterator::next

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

Iterator::nextMove forward to next element.

Beschreibung

abstract public void Iterator::next ( void )

Moves the current position to the next element.

Hinweis: This method is called after each foreach() loop.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Any returned value is ignored.


Iterator
PHP Manual