Iterator::next

(PHP 5, PHP 7)

Iterator::nextMove forward to next element

Descrição

abstract public Iterator::next ( void ) : void

Moves the current position to the next element.

Nota:

This method is called after each foreach loop.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Any returned value is ignored.