I know I can do this: //read the entire string $str=implode("\n",file('somefile.txt')); $fp=fopen('somefile.txt','w'); //replace something ...
確定! 回上一頁