$ch = curl_init(); //顯示Http Header資訊curl_setopt($ch , CURLOPT_HEADER, true); //不要顯示目地端的資料curl_setopt($ch, CURLOPT_NOBODY, ...
確定! 回上一頁