RecursiveIteratorIterator::__construct
(PHP 5 >= 5.1.3)
RecursiveIteratorIterator::__construct — Construct a RecursiveIteratorIterator
Descrição
RecursiveIteratorIterator::__construct
( Traversable $iterator
[, int $mode = LEAVES_ONLY
[, int $flags = 0
]] )
Creates a RecursiveIteratorIterator from a RecursiveIterator.
Aviso
Esta função não está documentada; somente a lista de argumentos está disponível.
Parâmetros
- iterator
-
The iterator being constructed from, which is from a RecursiveIterator or IteratorAggregate.
- mode
-
The mode. Options are LEAVES_ONLY (default), SELF_FIRST and CHILD_FIRST.
- flags
-
Valor Retornado
RecursiveIteratorIterator::__construct
There are no user contributed notes for this page.
