LimitIterator::__construct

LimitIterator::__construct

(PHP 5 >= 5.1.0, PHP 7)

LimitIterator::__constructConstruct a LimitIterator

Description

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.