APCIterator::next
(PECL apc >= 3.1.1)
APCIterator::next — Move pointer to next item
Description
public void APCIterator::next
( void
)
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
- APCIterator::current() - Get current item
- APCIterator::rewind() - Rewinds iterator
- Iterator::next() - Move forward to next element