News Feed
Jobs Feed
Sections

Recent Jobs

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!
php directoryiterator standard library php5 tutorial example php directoryiterator standard library php5 tutorial example



Similar Posts

Community News: ODF-XSLT Project Released

Christopher Jones\' Blog: How to Use IIS, PHP and Oracle

David Walsh's Blog: Using PHP Generic Objects To Organize Your Code

DevShed: Main Methods of the DirectoryIterator Class in PHP 5

Chris Shiflett\'s Blog: PHP Testing Tutorial at ApacheCon


Community Events











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


security PHP5 package zend application framework cakephp ajax job conference developer releases mysql code database zendframework book example PEAR release

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