parent root
PHP: APCUIterator::next - Manual

APCUIterator::next

(PECL apcu >= 5.0.0)

APCUIterator::nextMove pointer to next item

Description

public APCUIterator::next ( void ) : bool

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

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root