$filename = "hello.txt"; file_put_contents($filename, str_replace(" ", "\r\n", file_get_contents($filename)));