Search Results
LimitIterator::next (PHP 5 >= 5.1.0, PHP 7, PHP 8) LimitIterator::next — Move the iterator forward
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
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.
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 ...
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.
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 ...
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
