LimitIterator::__construct(PHP 5 >= 5.1.0) LimitIterator::__construct — Construct a LimitIterator ОписаниеConstructs a new LimitIterator from an iterator with a given starting offset and maximum count. Список параметров
 
 Возвращаемые значенияThe new LimitIterator. ОшибкиThrows an OutOfRangeException if the offset is less than 0 or the count is less than -1. Примеры
 Пример #1 LimitIterator::__construct() example 
<?phpРезультат выполнения данного примера: b c d  | 
||