Ver original$texto = file_get_contents($archivo);$texto = str_replace('FOO', 'BAR', $texto);file_put_contents($archivo, $texto);