Notice if you call it with open empty generator, it will close while checking.
(PHP 5 >= 5.5.0, PHP 7, PHP 8)
Generator::valid — Check if the iterator has been closed
Această funcție nu are parametri.
Returns false if the iterator has been closed. Otherwise returns true.
Notice if you call it with open empty generator, it will close while checking.