CachingIterator::getInnerIterator

(PHP 5, PHP 7)

CachingIterator::getInnerIteratorReturns the inner iterator

Opis

public CachingIterator::getInnerIterator ( void ) : Iterator
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Returns the iterator sent to the constructor.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

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