$fp = fopen("file.txt", 'a'); ftruncate($fp, 0); fclose($fp);
$fp = fopen("file://localhost/file.txt", 'a'); ftruncate($fp, 0); fclose($fp);