Voting

: min(four, two)?
(Example: nine)

The Note You're Voting On

Matt Creenan
15 years ago
Note that LEAVES_ONLY, SELF_FIRST and CHILD_FIRST do not work by themselves.

They are class constants so you need to use RecursiveIteratorIterator::LEAVES_ONLY, etc.

<< Back to user notes page

To Top