php 修改文件内容,替换指定内容

$f='./test.txt';

file_put_contents($f,str_replace('{{modulename}}','Hospital',file_get_contents($f)));

posted @ 2017-06-29 08:26  西瓜霜  阅读(3492)  评论(0编辑  收藏  举报