LimitIterator::__construct
(PHP 5 >= 5.1.0)
LimitIterator::__construct — Construct a LimitIterator
Descrição
Constructs a new LimitIterator, which consists of a passed in iterator with limits applied to it.
Aviso
Esta função não está documentada; somente a lista de argumentos está disponível.
Parâmetros
- iterator
-
The iterator to limit.
- offset
-
Optional offset of the limit.
- count
-
Optional count of the limit.
Valor Retornado
The new LimitIterator.
LimitIterator::__construct
There are no user contributed notes for this page.
