LimitIterator::__constructConstruct a LimitIterator Description
public LimitIterator::__construct
( Iterator
$iterator
[, int $offset = 0
[, int $count = -1
]] )
Constructs a new LimitIterator from an
Parameters
Return ValuesThe new LimitIterator. Errors/Exceptions
Throws an OutOfRangeException
if the Examples
Example #1 LimitIterator::__construct example
<?php The above example will output: b c d |