CakeFest 2024: The Official CakePHP Conference

Iterator::next

(PHP 5, PHP 7, PHP 8)

Iterator::nextMove forward to next element

Descrizione

public Iterator::next(): void

Moves the current position to the next element.

Nota:

This method is called after each foreach loop.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Any returned value is ignored.

add a note

User Contributed Notes

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