CachingIterator::valid
(PHP 5, PHP 7, PHP 8)
CachingIterator::valid — Check whether the current element is valid
說明
public CachingIterator::valid(): bool
警告
本函式還未編寫文件,僅有參數列表。
Check whether the current element is valid.
參數
此函式沒有參數。
返回值
成功時返回 true
, 或者在失敗時返回 false
。