The Generator class

(PHP 5 >= 5.5.0, PHP 7)

Introducere

Generator objects are returned from generators.

Precauţie

Generator objects cannot be instantiated via new.

Sinopsisul clasei

Generator implements Iterator {
/* Metode */
public current ( void ) : mixed
public getReturn ( void ) : mixed
public key ( void ) : mixed
public next ( void ) : void
public rewind ( void ) : void
public send ( mixed $value ) : mixed
public throw ( Throwable $exception ) : mixed
public valid ( void ) : bool
public __wakeup ( void ) : void
}

Cuprins