GoLang APCUIterator::next

request it (298)
GoLang replacement for PHP's APCUIterator::next [edit | history]



Do you know a GoLang replacement for PHP's APCUIterator::next? Write it!

PHP APCUIterator::next

PHP original manual for APCUIterator::next [ show | php.net ]

APCUIterator::next

(PECL apcu >= 5.0.0)

APCUIterator::nextMove pointer to next item

Description

public void APCUIterator::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