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

KillerPHP.com: Two New Video Tutorials Posted

Oracle Technology Network: Persisting PHP5 Objects in Oracle

ZD Net Asia: Keep your options open with FTP file uploads

PHPBuilder.com: Use the PHP Filter Extension to Validate User Data

Lorenzo Alberton's Blog: PEAR::Pager Tutorials


Community Events









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


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

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