InternalIterator::rewind

(PHP 8)

InternalIterator::rewindRewind the Iterator to the first element

Descrizione

public 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.

add a note

User Contributed Notes

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