InternalIterator::rewind

(PHP 8)

InternalIterator::rewindRewind the Iterator to the first element

Descripción

publicInternalIterator::rewind(): void

Rewinds back to the first element of the Iterator.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

No devuelve ningún valor.

To Top