Free Php Scripts, Articles and Resources
    home  Home   php  PHPscripts   articles  Articles   contact  Contact
Date: 11 March 2010
in

Total scripts: 203
Total downloads: 25493
Total articles: 11

Latest Scripts
Free Contact Us Script +...
Free PHP ODP Script

Top Downloaded Scripts
Captcha Security Images
dGallery

Best Rated Scripts
File Searcher
Transparent Watermark

CATEGORIES

PHP ARTICLES

Categories Php Search Scripts Script


File Searcher
 
User Rating   (1 votes)  Rate it
Downloads 258 times
Publisher Cristian Rusu
Version
Description
 
This class is meant to execute searches for files inside a given directory. The class can traverse directories recursively as an option. It can search for files given a list of space delimited patterns that define extensions contained in the last 3 characters of the names of the files that are meant to be found. For instance, the pattern "txt htm" makes the class return for all files with the name ending in txt or htm. As a result the class returns an array with the paths of all the files that were found during the search.
Requirements