SplDoublyLinkedList::next
PHP Manual
PHP Manual»SplDoublyLinkedList»SplDoublyLinkedList::next

SplDoublyLinkedList::next

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

SplDoublyLinkedList::nextMove to next entry

Descrizione

public function SplDoublyLinkedList::next(): void

Move the iterator to the next node.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Nessun valore viene restituito.

To Top