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

The IteratorIterator class

This iterator wrapper allows the conversion of anything that is Traversable into an Iterator. It is important to understand that most classes that do not implement Iterators have reasons as most likely they do not allow the full Iterator feature set. If so, techniques should be provided to prevent misuse, otherwise expect exceptions or fatal errors.

Intro

This iterator wrapper allows the conversion of anything that is Traversable into an Iterator. It is important to understand that most classes that do not implement Iterators have reasons as most likely they do not allow the full Iterator feature set. If so, techniques should be provided to prevent misuse, otherwise expect exceptions or fatal errors.

Class synopsis

class IteratorIterator implements OuterIterator { }

Notes

Note

This class permits access to methods of the inner iterator via the __call magic method.

Iteratoriterator

In this section

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