PHP: Recursively Delete Old Files
I have a folder named "storage". There are log files and temporary cache files created within hierarchy of subfolders. I need to traverse through all subfolders and delete files older than 6 months (based on modified time).
https://gist.github.com/ho...
tech.mrleong.net1 min read