PHP Class: fast find text (string) in files (recursively)
In this post I will present you a PHP class to find a specified text string in files. Files to scan can be grouped in directories and subdirectories because the class uses recursion.
You can set file types to include or exclude from search. For example you can skip all images files.
PHP class: Fast duplicate finder
This class can be used to quickly find file duplicates. It can scan subdirectories recursively and is only comparing files with the same size, which makes it really fast.