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