Recursive Directory Listing (Show full directory structure)


/ Published in: PHP
Save to your folder(s)

Takes advantage of the SPL. Much easier and maintainable than the previous revisions. Haven't done any benchmarks yet but I imagine it is much faster. "If you want to omit directories, remove the RecursiveIteratorIterator::SELF_FIRST part."

URL: http://us2.php.net/manual/en/class.recursivedirectoryiterator.php

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.