/ Published in: PHP
URL: http://forums.devshed.com/php-development-5/need-help-implementing-custom-class-629622.html
By requinix
Expand |
Embed | Plain Text
$diriterator = new RecursiveDirectoryIterator("images"); $iterator = new RecursiveIteratorIterator($diriterator, RecursiveIteratorIterator::SELF_FIRST); foreach ($iterator as $file) { }
You need to login to post a comment.
