PHP 8.4.6 Released!

InternalIterator::rewind

(PHP 8)

InternalIterator::rewindRewind the Iterator to the first element

Description

public InternalIterator::rewind(): void

Rewinds back to the first element of the Iterator.

Parameters

This function has no parameters.

Return Values

No value is returned.

User Contributed Notes

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