Iterator
PHP Manual

Iterator::next

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

Iterator::nextMove forward to next element

Описание

abstract public void Iterator::next ( void )

Moves the current position to the next element.

Замечание: This method is called after each foreach loop.

Список параметров

This function has no parameters.

Возвращаемые значения

Any returned value is ignored.


Iterator
PHP Manual