OuterIterator::getInnerIterator
PHP Manual
PHP Manual»OuterIterator»OuterIterator::getInnerIterator

OuterIterator::getInnerIterator

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

OuterIterator::getInnerIteratorReturns the inner iterator for the current entry

Опис

public function OuterIterator::getInnerIterator(): ?Iterator

Returns the inner iterator for the current iterator entry.

Параметри

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

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

Returns the inner iterator for the current entry if it exists, or null otherwise.

To Top