News Feed
Jobs Feed
Sections




News Archive
NETTUTS.com:
Quick Tip Loop Through Folders with PHP's Glob()
April 27, 2010 @ 11:49:15

Sometimes when you're looking through the filesystem in your PHP application, you just need a quick and easy way to grab a file listing from a directly and move on. Sure, you can use the usual opendir and readdir combo to loop through the files, but there's another function that might suit your needs better - glob. In this quick tutorial from NETTUTS.com today they show you how it works.

Are you still using opendir() to loop through folders in PHP? Doesn't that require a lot of repetitive code everytime you want to search a folder? Luckily, PHP's glob() is a much smarter solution.

They include code examples showing how the usual opendir/readdir code can be translated over to an example using glob and mention the two arguments you can use - a pattern-matching search string and a modifier to change settings on the search and on the results returned.

0 comments voice your opinion now!
glob tutorial loop filesystem opendir readdir


blog comments powered by Disqus

Similar Posts

Content with Style Blog: Quick helper script for ZF view translations

Ariz Jacinto's Blog: Compiling PHP with MSSQL Server's Native ODBC Driver for Linux as a PDO Driver

DevShed: Performing Strict Validation with the Code Igniter PHP Framework

PHPMaster.com: Debugging and Profiling PHP with Xdebug

Felix Geisendorfer's Blog: 10 Days of Free Dessert!


Community Events











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


symfony2 zendframework2 release language usergroup opinion testing introduction community database unittest phpunit functional framework conference series interview rest development podcast

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