Recursive filesystem iterator

package filicious-core
author Christian Schiffler
author Tristan Lins
author Oliver Hoff

 Methods

(PHP 5 &gt;= 5.1.0)<br/> Returns an iterator for the current entry.

getChildren() : \RecursiveIterator

(PHP 5 &gt;= 5.1.0)<br/> Returns if an iterator can be created for the current entry.

hasChildren() : bool
link http://php.net/manual/en/recursiveiterator.haschildren.php

Returns

booltrue if the current entry can be iterated over, otherwise returns false.