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

Vexxblog: How to convert/encode files to FLV using FFMPEG & PHP

Lorna Mitchell's Blog: Simple Database Patching Strategy

Matthew Weier O'Phinney's Blog: Autocompletion with Zend Framework and Dojo

Zend Developer Zone: Trait-like Functionality for PHP

Rob Allen's Blog: Tutorial Notes - Zend_Auth in French & Using Oracle


Community Events











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


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

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