$ch = curl_init(); //curl_setopt可以設定curl參數 //設定url curl_setopt($ch , CURLOPT_URL , “https://yourdomain.com/ip.php"); //設定header
確定! 回上一頁