PHP 8.4.6 Released!

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.

User Contributed Notes

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