(PHP 5 >= 5.5.0, PHP 7, PHP 8)
Generator::valid — イテレータが終了したかどうかを調べる
この関数にはパラメータはありません。
イテレータが終了した場合に false を返します。まだ終了していない場合は true を返します。
false
true
Notice if you call it with open empty generator, it will close while checking.