PHP: EmptyIterator::valid - Manual
(PHP 5 >= 5.1.0, PHP 7, PHP 8)
EmptyIterator::valid — Checks whether the current element is valid
Description
public function EmptyIterator::valid(): false
Checks whether the current element is valid.
Note:
The EmptyIterator is always empty and will never have a valid value. The return value is always
false.
Parameters
This function has no parameters.
Return Values
Found A Problem?
User Contributed Notes
There are no user contributed notes for this page.