Generator
PHP Manual

Generator::rewind

(PHP 5 >= 5.5.0)

Generator::rewindRewind the iterator

Descrição

public void Generator::rewind ( void )

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

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Não há valor retornado.


Generator
PHP Manual