(PHP 5 >= 5.1.3)
RecursiveIteratorIterator::__construct — Construct a RecursiveIteratorIterator
Creates a RecursiveIteratorIterator from a RecursiveIterator.
Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.
The iterator being constructed from, which is from a RecursiveIterator or IteratorAggregate.
The mode. Options are LEAVES_ONLY (default), SELF_FIRST and CHILD_FIRST.