Generator クラスクラス概要
final
Generator
implements
Iterator
/* メソッド */
public mixed current()
public mixed getReturn()
public mixed key()
public void next()
public void rewind()
public mixed send(mixed
$value )public mixed throw(Throwable
$exception )public bool valid()
public void __wakeup()
参考オブジェクトの反復処理 も参照ください。
|