84669 人學習
152542 人學習
20005 人學習
5487 人學習
7821 人學習
359900 人學習
3350 人學習
180660 人學習
48569 人學習
18603 人學習
40936 人學習
1549 人學習
1183 人學習
32909 人學習
逐行讀取行,並將除匹配行之外的所有行寫入另一個檔案。然後替換原來的文件。
$contents = file_get_contents($dir); $contents = str_replace($line, '', $contents); file_put_contents($dir, $contents);
逐行讀取行,並將除匹配行之外的所有行寫入另一個檔案。然後替換原來的文件。