PHP file_get_contents然后替换文件中的字符串

时间:2016-09-11 15:50:22

标签: php

我正在使用此

file_put_contents('/usr/local/file.cfg', str_replace(  "mypassword:=$one", "mypassword:=$two",  file_get_contents('/usr/local/file.cfg')    ));

将mypassword:=值从值$ 1更改为值$ 2

但是,在文件/usr/local/file.cfg中我还有arx_mypassword = arx_value,它也使用上面的命令改变了,但我不想改变它。

我是否可以在不更改arx_mypassword值的情况下更改mypassword值?

谢谢

0 个答案:

没有答案