Display A Tree Natively

By Alexandre Daubois

../_images/tree-iterator.png

PHP has a built-in ASCII tree renderer. In the SPL.

RecursiveTreeIterator takes any recursive structure (arrays, directories, XML…) and outputs a formatted indented tree.

tree command behavior. In PHP. Since 5.3.

Pretty sure I would have use it a few times if I knew it existed 😅.

See Also

PHP Features