InternalIterator::rewind

(PHP 8)

InternalIterator::rewindRewind the Iterator to the first element

Description

publicInternalIterator::rewind(): void

Rewinds back to the first element of the Iterator.

Parameters

This function has no parameters.

Return Values

No value is returned.

To Top