News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
List Files and Directories with PHP
October 23, 2012 @ 08:56:25

On PHPMaster.com there's a new tutorial showing you how to work with files and directories through your PHP applications.

In this article I'll talk about a common task you might have experienced while developing a PHP application: listing files and directories. I'll discuss several basic and advanced solutions, each having its pros and cons. First I'll present three approaches that use some very basic PHP functions and then progress to more robust ones which make use of SPL Iterators.

The solutions they look at are the built-in functions like glob and readdir/opendir as well as SPL iterators up for the task - FilesystemIterator, RecursiveDirectoryIterator and GlobIterator. Code samples are included in the post, showing how to use each method to get and list the files. A few helpful hints are also included to finish off the tutorial (mostly about "tricks" to using the functions effectively).

0 comments voice your opinion now!
tutorial file directory list spl iterator


blog comments powered by Disqus

Similar Posts

Devshed: PHP Email

AnyExamples.com: PHP multiple photo thumbnail generator

DevShed: Processing File Data with Template Classes in PHP 5

Fabien Potencier's Blog: Symfony Service Container: Using XML or YAML to describe Services

TrueLogic.org: Integrate the Mailchimp API with your PHP application


Community Events











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


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

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