Codice PHP:
foreach(glob("$cartella/*.*") as $file)
    if(
filemtime($file) > 60*60*24*90)
        
unlink($file);