News Feed
Jobs Feed
Sections




News Archive
DevShed:
Using Introspective Methods with the DirectoryIterator Class in PHP 5
September 26, 2006 @ 07:47:25

DevShed continues their look at the DirectoryItertaor class in PHP 5 with part three posted today, a look at using the introspective methods to find out information about things like if a file can be read or not and what its permissions are.

This class still has some additional methods that require special attention. For this reason, this last tutorial of the series will be focused mostly on covering all the methods related to performing some kind of introspective process, which can be quite useful when analyzing the types and permissions of each entry included in a given directory.

They go through the functionality, pointing out the functions to check:

  • if an entry is a directory or not
  • if an entry is a "dot" or not ("." or ":")
  • if the entry can be executed/read/written to
  • to grab the permissions and the type of the entry
And, of course, there is code to go with each example, making it easy to pick out the parts you'd find useful and include them in your own code.

0 comments voice your opinion now!
dircetoryiterator class php5 introspective method dircetoryiterator class php5 introspective method


blog comments powered by Disqus

Similar Posts

DevShed: Working with Directory Iterators and Proxy Classes with PHP 5

Sebastian Göttschkes' Blog: Testclasses for symfony2

PHPBuilder.com: Pagination of Results on a Web Page

Denis de Bernardy\'s Blog: php4, php5 and php6 - thoughts and stats

WebReference.com: Creating a Custom RSS Feed with PHP and MySQL


Community Events











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


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

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