$fp = fopen('miarchivo.xml','wb+');fwrite($fp,file_get_contents('http://www.example.com/xml'));fclose($fp);