PHP 8.5.0 Alpha 1 available for testing

Voting

: min(nine, eight)?
(Example: nine)

The Note You're Voting On

Tom
14 years ago
This class operates on a tree of elements, which is build by nesting recursive iterators into one another.

Thus you might say it is an iterator over iterators. While traversing those, the class pushes the iterators on a stack while traversing down to a leaf and removes them from the stack while going back up.

<< Back to user notes page

To Top