>>145
マニュアル読んでーっ!!!!

$newfile = "./somefile.html";
$ddr = file_get_contents($newfile);
$adr = strtr($ddr, "夏 ", "冬");
file_put_contents($newfile, $adr);