APCUIterator::next
(PECL apcu >= 5.0.0)
APCUIterator::next — Move pointer to next item
說明
public APCUIterator::next(): bool
Moves the iterator pointer to the next element.
參數
此函式沒有參數。
返回值
成功時返回 true
, 或者在失敗時返回 false
。
參見
- APCUIterator::current() - Get current item
- APCUIterator::rewind() - Rewinds iterator
- Iterator::next() - 向前移動到下一個元素