InternalIterator::rewind
PHP Manual
PHP Manual»InternalIterator»InternalIterator::rewind

InternalIterator::rewind

(PHP 8)

InternalIterator::rewindRewind the Iterator to the first element

Опис

public function InternalIterator::rewind(): void

Rewinds back to the first element of the Iterator.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Не повертає значень.

To Top