日期:2014-05-17 浏览次数:20475 次
$ch = curl_init("http:/server/get.php?appid=9&appver=200&client=1") ; curl_setopt(?$ch, CURLOPT_RETURNTRANSFER, true) ; curl_setopt(?$ch, CURLOPT_BINARYTRANSFER, true) ; $output=curl_exec($ch); echo $output; curl_close($ch) ;