LimitIterator
PHP Manual

LimitIterator::__construct

(PHP 5 >= 5.1.0)

LimitIterator::__constructConstruct a LimitIterator

説明

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

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

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

iterator

The iterator to limit.

offset

Optional offset of the limit.

count

Optional count of the limit.

返り値

The new LimitIterator.

参考


LimitIterator
PHP Manual