update pague now
PHP 8.5.2 Released!

APCUIterator::next

(PECL apcu >= 5.0.0)

APCUIterator::next Move pointer to next item

Description

public APCUIterator::next (): 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 note

User Contributed Notes

There are no user contributed notes for this pague.
To Top