curl_setopt_array ($ch, $options);. // 抓取URL並把它傳遞給瀏覽器 curl_exec($ch);. // 關閉cURL資源,並且釋放系統資源 curl_close($ch);
確定! 回上一頁