PHP 8.5.8 Released!

IteratorIterator::valid

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

IteratorIterator::validChecks if the current element is valid

说明

public function IteratorIterator::valid(): bool

Checks whether the current element is valid.

参数

此函数没有参数。

返回值

Returns true if the current element is valid, otherwise false

参见

发现了问题?

了解如何改进此页面提交拉取请求报告一个错误
+添加备注

用户贡献的备注 1 note

up
3
mike at eastghost dot com
8 years ago
An Iterator is "valid" when it has additional elements, beyond its element index.
Said another way: After an Iterator is next()'d to its final element, the Iterator is no longer "valid".
Said another way: A "hasNext" check would simply return ::valid()
+添加备注

AltStyle によって変換されたページ (->オリジナル) /