CachingIterator::rewind
PHP Manual
PHP Manual»CachingIterator»CachingIterator::rewind

CachingIterator::rewind

(PHP 5, PHP 7, PHP 8)

CachingIterator::rewindRewind the iterator

Опис

public function CachingIterator::rewind(): void
Увага

Наразі ця функція не документована. Доступний лише список її параметрів.

Rewind the iterator.

Параметри

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

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

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

To Top