SplDoublyLinkedList::rewind
PHP Manual
PHP Manual»SplDoublyLinkedList»SplDoublyLinkedList::rewind

SplDoublyLinkedList::rewind

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

SplDoublyLinkedList::rewindRewind iterator back to the start

Descrizione

public function SplDoublyLinkedList::rewind(): void

This rewinds the iterator to the beginning.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Nessun valore viene restituito.

To Top