InternalIterator::next

(PHP 8)

InternalIterator::nextMove forward to next element

Description

publicInternalIterator::next(): void

Moves the current position to the next element.

Parameters

This function has no parameters.

Return Values

No value is returned.

To Top