LimitIterator
PHP Manual

LimitIterator::__construct

(PHP 5 >= 5.1.0)

LimitIterator::__constructConstruct a LimitIterator

Description

LimitIterator::__construct ( Iterator $iterator [, string $offset [, string $count ]] )

Constructs a new LimitIterator, which consists of a passed in iterator with limits applied to it.

Warning

This function is currently not documented; only its argument list is available.

Parameters

iterator

The iterator to limit.

offset

Optional offset of the limit.

count

Optional count of the limit.

Return Values

The new LimitIterator.

See Also


LimitIterator
PHP Manual