Search Results

  1. Construct a LimitIterator Constructs a new LimitIterator from an iterator with a given starting offset and maximum limit.

  2. Constructs a new LimitIterator from an iterator with a given starting offset and maximum limit.

  3. Introduction The LimitIterator class allows iteration over a limited subset of items in an Iterator.

  4. www.php-resource.de › class- PHP-Resource

    Table of Contents LimitIterator::__construct — Construct a LimitIterator LimitIterator::current — Get current element LimitIterator::getInnerIterator — Get inner iterator LimitIterator::getPosition — Return the current position LimitIterator::key — Get current key LimitIterator::next — Move the iterator forward LimitIterator::rewind — Rewind the iterator to the specified starting ...

  5. The LimitIterator class Introduction (PHP 5 >= 5.1.0, PHP 7) The LimitIterator class allows iteration over a limited subset of items in an Iterator.

  6. Simple usage example of `LimitIterator::__construct ()`. The LimitIterator::__construct function is used to construct a LimitIterator object. This iterator allows you to iterate over a sequence of elements up to a specified limit.

  7. Table of Contents LimitIterator::__construct — Construct a LimitIterator LimitIterator::current — Get current element LimitIterator::getInnerIterator — Get inner iterator LimitIterator::getPosition — Return the current position LimitIterator::key — Get current key LimitIterator::next — Move the iterator forward LimitIterator::rewind — Rewind the iterator to the specified starting ...