你可以使用cURL(如果没有被禁用).像这样的东西:
$c = curl_init($url); curl_setopt($c, CURLOPT_RETURNTRANSFER, true); $xmlstr = curl_exec($c);