Search Results

  1. LimitIterator::next (PHP 5 >= 5.1.0, PHP 7, PHP 8) LimitIterator::next — Move the iterator forward

  2. Table of Contents LimitIterator::__construct — Construct a LimitIterator LimitIterator::current — Get current element 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 offset

  3. The `LimitIterator::next` function is a PHP function used to move the iterator forward by a specified number of steps. When called, it advances the iterator to the next element, allowing you to iterate over a limited portion of a larger data set.

  4. 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 offset LimitIterator::seek — Seek to the given position LimitIterator::valid — Check whether the current element is valid ...

  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. Table of Contents ¶ LimitIterator::__construct — Construct a LimitIterator LimitIterator::current — Get current element 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 ...

  7. Table of Contents LimitIterator::getPosition — Return the current position LimitIterator::next — Move the iterator forward LimitIterator::rewind — Rewind the iterator to the specified starting offset LimitIterator::seek — Seek to the given position LimitIterator::valid — Check whether the current element is valid PHP Manual