InternalIterator::rewind

(PHP 8)

InternalIterator::rewindRewind the Iterator to the first element

Descrição

public InternalIterator::rewind(): void

Rewinds back to the first element of the Iterator.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Nenhum valor é retornado.

add a note

User Contributed Notes

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