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
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