Konrad: file_put_contents oder touch

Beitrag lesen

Hallo,

Das geht einfacher mit
file_put_contents($DiffDateiPfad, "");

und noch einfacher mit

touch($DiffDateiPfad);

Allerdings ist file_put_contents etwa doppelt so schnell wie touch
Siehe hier
Gruß
Konrad