LimitIterator::__constructConstruct a LimitIterator
&reftitle.description;
publicLimitIterator::__constructIteratoriteratorintoffset0intlimit-1
Constructs a new LimitIterator from an
iterator with a given starting
offset and maximum limit.
&reftitle.parameters;
iterator
The Iterator to limit.
offset
Optional offset of the limit.
limit
Optional count of the limit.
&reftitle.errors;
Throws a ValueError
if the offset is less than 0
or the limit is less than -1.
&reftitle.changelog;
&Version;&Description;8.0.0
Now throws a ValueError if
offset is less than 0;
previously it threw a RuntimeException.
8.0.0
Now throws a ValueError if
limit is less than -1;
previously it threw a RuntimeException.
&reftitle.examples;
LimitIterator::__construct example
]]>
&example.outputs;
&reftitle.seealso;
LimitIterator examples