定義済みのインターフェイスとクラス
PHP Manual

Generator クラス

(PHP 5 >= 5.5.0, PHP 7)

導入

Generatorジェネレータ が返すオブジェクトです。

警告

Generator オブジェクトのインスタンスは new では作れません。

クラス概要

Generator implements Iterator {
/* メソッド */
public mixed current ( void )
public mixed getReturn ( 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 )
}

目次


定義済みのインターフェイスとクラス
PHP Manual