CachingIterator
PHP Manual

CachingIterator::getInnerIterator

(PHP 5)

CachingIterator::getInnerIteratorReturn the innter iterator

说明

public void CachingIterator::getInnerIterator ( void )
Warning

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

Returns the iterator sent to the constructor.

参数

此函数没有参数。

返回值

Returns an object implementing the Iterator interface.


CachingIterator
PHP Manual