array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'outeriterator.getinneriterator.php', 1 => 'OuterIterator::getInnerIterator', 2 => 'Returns the inner iterator for the current entry', ), 'up' => array ( 0 => 'class.outeriterator.php', 1 => 'OuterIterator', ), 'prev' => array ( 0 => 'class.outeriterator.php', 1 => 'OuterIterator', ), 'next' => array ( 0 => 'class.recursiveiterator.php', 1 => 'RecursiveIterator', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/spl/outeriterator/getinneriterator.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

OuterIterator::getInnerIterator

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

OuterIterator::getInnerIteratorReturns the inner iterator for the current entry

Опис

public 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.