Clear Contents of a File using PHP July 22, 2021 PHP 0 Comments 489 Views fopen function with write mode <?php $fp = fopen('test.txt', 'wb'); fclose($fp);
Leave a Comment
Cancel reply