(PHP 5 >= 5.1.0)
LimitIterator::__construct — Construct a LimitIterator
Constructs a new LimitIterator, which consists of a passed in iterator with limits applied to it.
This function is currently not documented; only its argument list is available.
The iterator to limit.
Optional offset of the limit.
Optional count of the limit.
The new LimitIterator.