Generator
PHP Manual

Generator::rewind

(PHP 5 >= 5.5.0, PHP 7)

Generator::rewindRewind the iterator

Açıklama

public void Generator::rewind ( void )

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

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

Hiçbir değer dönmez.


Generator
PHP Manual