LimitIterator::__construct
(PHP 5 >= 5.1.0)
LimitIterator::__construct — Construct a LimitIterator
Description
Constructs a new LimitIterator, which consists of a passed in iterator with limits applied to it.
Warning
This function is currently not documented; only its argument list is available.
Parameters
- iterator
-
The iterator to limit.
- offset
-
Optional offset of the limit.
- count
-
Optional count of the limit.
Return Values
The new LimitIterator.
LimitIterator::__construct
There are no user contributed notes for this page.
