LimitIterator::__constructConstruct a LimitIterator Description
public LimitIterator::__construct(Iterator
$iterator , int $offset = 0, int $limit = -1)
Constructs a new LimitIterator from an
Parameters
Errors/Exceptions
Throws a ValueError
if the Changelog
Examples
Example #1 LimitIterator::__construct example
The above example will output: b c d |