How can I remove the last line of a file using php?

后端 未结 4 2056
悲哀的现实
悲哀的现实 2021-01-12 02:37

I\'ve tried a lot of potential solutions, but none of them are working for me. The simplest one:

$file = file(\'list.html\');
array_pop($file);
4条回答
提交回复
热议问题