Dutch PHP Conference 2025 - Call For Papers

EmptyIterator::valid

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

EmptyIterator::validChecks whether the current element is valid

Опис

public EmptyIterator::valid(): false

Checks whether the current element is valid.

Зауваження:

The EmptyIterator is always empty and will never have a valid value. The return value is always false.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

false

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top