CachingIterator::getInnerIterator

(PHP 5, PHP 7, PHP 8)

CachingIterator::getInnerIteratorReturns the inner iterator

Açıklama

public CachingIterator::getInnerIterator(): Iterator
Uyarı

Bu işlev hala belgelendirilmemiştir; sadece değiştirge listesi mevcuttur.

Returns the iterator sent to the constructor.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

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