if (time() > (filemtime('file.php') + 3600*24)) { // тут очищаем файл, раз в сутки file_put_contents('file.php', ''); }