PHP 7.0.6 Released

LimitIterator::getInnerIterator

(PHP 5 >= 5.1.0, PHP 7)

LimitIterator::getInnerIteratorGet inner iterator

Description

public Iterator LimitIterator::getInnerIterator ( void )

Gets the inner Iterator.

Parameters

This function has no parameters.

Return Values

The inner iterator passed to LimitIterator::__construct().

See Also

User Contributed Notes

There are no user contributed notes for this page.
To Top