Iterator::next

(PHP 5, PHP 7, PHP 8)

Iterator::nextMove forward to next element

Descrição

abstract public Iterator::next ( ) : 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.

add a note add a note

User Contributed Notes

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