刪除內容我有一個包含一些文本的文本文件:從文本文件在PHP
first line
hello world
hello world
hello world
hello world hello world hello world
我想從我的文本文件,在我的文件相匹配first line
刪除文本。
怎麼可能使用php?
刪除內容我有一個包含一些文本的文本文件:從文本文件在PHP
first line
hello world
hello world
hello world
hello world hello world hello world
我想從我的文本文件,在我的文件相匹配first line
刪除文本。
怎麼可能使用php?
閱讀文本文件並將其存儲在一個變量,然後使用正則表達式來找到行,刪除它,並把它寫回文件
我跟着** preg_replace **功能,但無法理解_how從我的文件中刪除文本_ – user3078111
@ user3078111 看看這些示例:http://lzone.de/examples/PHP%20preg_replace – Minzkraut
thankx我得到了幫助 – user3078111
什麼您已經嘗試爲了它??? – Saty
嗨歡迎來到stackoverflow,我們不在這裏爲你編寫代碼。我建議你閱讀:[如何問](http://stackoverflow.com/help/how-to-ask) – 099
你是想直接替換第一行還是僅僅是第一行?你已經把文件帶入PHP了嗎?請發佈您的當前代碼。如果字面見http://php.net/manual/en/function.str-replace.php。 – chris85