(PHP 5 >= 5.1.0)
LimitIterator::__construct — Construct a LimitIterator
Constructs a new LimitIterator, which consists of a passed in iterator with limits applied to it.
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
The iterator to limit.
Optional offset of the limit.
Optional count of the limit.
The new LimitIterator.