Generator::send
Generator::valid
Generator
PHP Manual
Generator::throw
(PHP 5 >= 5.5.0)
Generator::throw
—
例外をジェネレータにスローする
説明
public
void
Generator::throw
(
Exception
$exception
)
パラメータ
exception
返り値
yield した値を返します。
Generator::send
Generator::valid
Generator
PHP Manual