php / 8.1.5 / class.infiniteiterator.html /

The InfiniteIterator class

Introduction

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

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 {
/* Methods */
public __construct( Iterator $iterator)
public next(): void
/* Inherited methods */
public IteratorIterator::current(): mixed
public IteratorIterator::getInnerIterator(): ?Iterator
public IteratorIterator::key(): mixed
public IteratorIterator::next(): void
public IteratorIterator::rewind(): void
public IteratorIterator::valid(): bool
}

Table of Contents

© 1997–2021 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/class.infiniteiterator.php