InternalIterator::next
PHP Manual
PHP Manual»InternalIterator»InternalIterator::next

InternalIterator::next

(PHP 8)

InternalIterator::nextMove forward to next element

Опис

public function InternalIterator::next(): void

Moves the current position to the next element.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Не повертає значень.

To Top