PHP 删除文件最后一行

$a = file(‘文件名’);
file_put_contents(‘文件名’, join('', array_slice($a, 0, -1)));

 

posted @ 2021-09-05 21:05  九鹤  阅读(89)  评论(0编辑  收藏  举报