CachingIterator::getInnerIterator

(PHP 5, PHP 7)

CachingIterator::getInnerIteratorReturns the inner iterator

说明

public CachingIterator::getInnerIterator ( void ) : Iterator
Warning

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

Returns the iterator sent to the constructor.

参数

此函数没有参数。

返回值

Returns an object implementing the Iterator interface.

User Contributed Notes

There are no user contributed notes for this page.