Interfacce e Classi predefinite
PHP Manual

The Generator class

(PHP 5 >= 5.5.0)

Introduzione

Generator objects are returned from generators.

Attenzione

Generator objects cannot be instantiated via new.

Sommario dellla classe

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

Indice dei contenuti


Interfacce e Classi predefinite
PHP Manual