InternalIterator::next

(PHP 8)

InternalIterator::nextMove forward to next element

Descrição

public InternalIterator::next(): void

Moves the current position to the next element.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Nenhum valor é retornado.

add a note

User Contributed Notes

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