/ Published in: PHP
delete all files in a directory that are more than 7 days old.
Expand |
Embed | Plain Text
<?php $dir = '/path/to/dir'; /* This is the correct way to loop over the directory. */ // ignore hidden files and directories continue; } } } }
You need to login to post a comment.
