Tag Archives: Directory Iterator

Recursive Folder Scan using Recursive Directory Iterator

There are a few ways to list folder contents using PHP. One of the most simplest (and more under used) is the Recursive Directory Iterator provided by the SPL PHP library. I have included a sample function below of how … Continue reading

Posted in PHP | Tagged , , , | Leave a comment