OuterIterator
PHP Manual

OuterIterator::getInnerIterator

(PHP 5 >= 5.1.0, PHP 7)

OuterIterator::getInnerIteratorReturns the inner iterator for the current entry.

Descrierea

public Iterator OuterIterator::getInnerIterator ( void )

Returns the inner iterator for the current iterator entry.

Parametri

Această funcție nu are parametri.

Valorile întoarse

The inner iterator for the current entry.


OuterIterator
PHP Manual