PHP 8.6.0 Beta 1 is available for testing

RecursiveTreeIterator::__construct

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

RecursiveTreeIterator::__constructConstruye un nuevo RecursiveTreeIterator

Descripción

public function RecursiveTreeIterator::__construct(
RecursiveIterator |IteratorAggregate $iterator,
int $flags = RecursiveTreeIterator::BYPASS_KEY ,
int $cachingIteratorFlags = CachingIterator::CATCH_GET_CHILD ,
int $mode = RecursiveTreeIterator::SELF_FIRST
)

Construye un nuevo RecursiveTreeIterator desde un iterador recursivo suministrado.

Advertencia

Esta función está actualmente no documentada; solo la lista de sus argumentos está disponible.

Parámetros

iterator

El RecursiveIterator o IteratorAggregate a iterar.

flags

Se pueden proporcionar flags que afectarán el comportamiento de algunos métodos. Una lista de flags puede verse en Constantes predefinidas RecursiveTreeIterator.

caching_it_flags

Flags que afectan el comportamiento interno de RecursiveCachingIterator .

mode

Flags que afectan el comportamiento interno de RecursiveIteratorIterator .

Found A Problem?

Learn How To Improve This PageSubmit a Pull RequestReport a Bug
+add a note

User Contributed Notes

There are no user contributed notes for this page.

AltStyle によって変換されたページ (->オリジナル) /