Pyh.conf’25: a new PHP conference for the Russian-speaking community

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.

add a note

User Contributed Notes

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