(PHP 5 >= 5.1.0, PHP 7)
Construct a LimitIterator
public LimitIterator::__construct ( Iterator $iterator [, int $offset = 0 [, int $count = -1 ]] )
Constructs a new LimitIterator from an iterator with a given starting offset and maximum count.
Parameters:
iterator
The Iterator to limit.
offset
Optional offset of the limit.