Generator
PHP Manual

Generator::rewind

(PHP 5 >= 5.5.0)

Generator::rewindRewind the iterator

Описание

public void Generator::rewind ( void )

If iteration has already begun, this will throw an exception.

Список параметров

У этой функции нет параметров.

Возвращаемые значения

Эта функция не возвращает значения после выполнения.


Generator
PHP Manual