SPL-StandardPHPLibrary
directorygraphiterator.inc
Go to the documentation of this file.
1 <?php
2 
18 {
19  function __construct($path)
20  {
23  new ParentIterator(
25  )
26  ),
28  ),
29  parent::SELF_FIRST
30  );
31  }
32 }
33 
34 ?>
Iterator to filter parents.
Cached recursive iteration over another Iterator.
DirectoryIterator to generate ASCII graphic directory trees.
__construct(RecursiveIterator $it, $mode=self::LEAVES_ONLY, $flags=0)
Construct from RecursiveIterator.
A tree iterator that only shows directories.
recursive directory iterator
Definition: spl.php:1034