php8.5
Home/ Manual/ reference / spl/ The InfiniteIterator class

The InfiniteIterator class

The InfiniteIterator allows one to infinitely iterate over an iterator without having to manually rewind the iterator upon reaching its end.

Intro

The InfiniteIterator allows one to infinitely iterate over an iterator without having to manually rewind the iterator upon reaching its end.

Class synopsis

class InfiniteIterator extends IteratorIterator { }

Infiniteiterator

In this section

Source: reference/spl/infiniteiterator.xml · from the official PHP manual (php/doc-en)