CachingIterator::getInnerIterator

(PHP 5, PHP 7, PHP 8)

CachingIterator::getInnerIteratorReturns the inner iterator

说明

public CachingIterator::getInnerIterator ( ) : Iterator
警告

本函数还未编写文档,仅有参数列表。

Returns the iterator sent to the constructor.

参数

此函数没有参数。

返回值

Returns an object implementing the Iterator interface.