InternalIterator::next

(PHP 8)

InternalIterator::nextMove forward to next element

Description

public InternalIterator::next(): void

Moves the current position to the next element.

Parameters

This function has no parameters.

Return Values

No value is returned.

add a note add a note

User Contributed Notes

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