建立CURL連線. $ch = curl_init();. // 設定擷取的URL網址. curl_setopt($ch, CURLOPT_URL, "http://localhost/SamplePath?SomeVar=test");. //強制轉為UTF-8.
確定! 回上一頁