Wednesday, May 16, 2012

PHP: how to subtract e.g 9 days from filectime()

I want to delete all files older than 9 days. Since filectime returns the creation time of a



certain file, therefore, I just want to know how to subtract for an example: 9 days from the



filectime().





No comments:

Post a Comment