Recursive filesystem iterator
package | filicious-core |
---|---|
author | Christian Schiffler |
author | Tristan Lins |
author | Oliver Hoff |
getChildren() : \RecursiveIterator
link | http://php.net/manual/en/recursiveiterator.getchildren.php |
---|
\RecursiveIterator
An iterator for the current entry.hasChildren() : bool
link | http://php.net/manual/en/recursiveiterator.haschildren.php |
---|
bool
true if the current entry can be iterated over, otherwise returns false.