APCUIterator::next
(PECL apcu >= 5.0.0)
APCUIterator::next — Move pointer to next item
Description
Moves the iterator pointer to the next element.
Parameters
This function has no parameters.
Return Values
Returns true
on success or false
on failure.
See Also
- APCUIterator::current() - Get current item
- APCUIterator::rewind() - Rewinds iterator
- Iterator::next() - Move forward to next element