IteratorIterator::next
PHP Manual
PHP Manual»IteratorIterator»IteratorIterator::next

IteratorIterator::next

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

IteratorIterator::nextForward to the next element

Descrizione

public function IteratorIterator::next(): void

Forward to the next element.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Nessun valore viene restituito.

Vedere anche:

To Top