News Feed
Jobs Feed
Sections




News Archive
JellyandCustard.com:
Using DirectoryIterator to List Files in PHP
May 23, 2006 @ 12:12:12

From JellyandCustard.com today, there's a good example of creating and using a DirectoryIterator instance to loop through the files in a directory.

During the days of PHP4, the most common way of showing the files in a directory was like so [opendir, readdir, closedir]. However, if your PHP version has now been upgraded to PHP 5, you can take advantage of DirectoryIterator instead. This class (don't get scared) is part of the SPL library that is now bundled within PHP 5.

They describe the functionality and provide a simple example of its use. Also included are the other functions you can use with the resulting file handles to make for a cleaner interface in your script. They also include two examples of its usage with the output it would give - getting some stats on selected files.

0 comments voice your opinion now!
directoryiterator standard library php5 tutorial example directoryiterator standard library php5 tutorial example


blog comments powered by Disqus

Similar Posts

Justin Silverton's Blog: PHP library for Microsoft AJAX

David Parra's Blog: Compiling PHP under OpenSolaris

Bob Majdak's Blog: Compile That PHP-GTK2, and More

PHPHacks.com: Creating charts with JGraph

DevShed: An Introduction to the Observer Pattern in PHP


Community Events









Don't see your event here?
Let us know!


example testing unittest phpunit opinion zendframework2 object community language database interview composer framework introduction release code podcast tool api development

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework