parent root
PHP: LimitIterator::getInnerIterator - Manual

LimitIterator::getInnerIterator

(PHP 5 >= 5.1.0, PHP 7)

LimitIterator::getInnerIteratorGet inner iterator

Description

public LimitIterator::getInnerIterator ( void ) : Iterator

Gets the inner Iterator.

Parameters

This function has no parameters.

Return Values

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

See Also

add a noteadd a note

User Contributed Notes

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