SPL-StandardPHPLibrary
directorytree.inc
Go to the documentation of this file.
1 <?php
2 
18 {
22  function __construct($path) {
23  parent::__construct(new DirectoryFilterDots($path));
24  }
25 }
26 
27 ?>
A filtered DirectoryIterator.
Iterates through recursive iterators.
A directory iterator that does not show &#39;.
__construct($path)
Construct from a path.