InternalIterator::rewind
PHP Manual
PHP Manual»InternalIterator»InternalIterator::rewind

InternalIterator::rewind

(PHP 8)

InternalIterator::rewindRewind the Iterator to the first element

Descrizione

public function InternalIterator::rewind(): void

Rewinds back to the first element of the Iterator.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Nessun valore viene restituito.

To Top