CachingIterator::getInnerIterator

(PHP 5, PHP 7)

CachingIterator::getInnerIteratorReturns the inner iterator

Descrierea

public CachingIterator::getInnerIterator ( ) : Iterator
Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Returns the iterator sent to the constructor.

Parametri

Această funcție nu are parametri.

Valorile întoarse

Returns an object implementing the Iterator interface.

add a note add a note

User Contributed Notes

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