curl_setopt_array ($ch, $options); // CURLOPT_RETURNTRANSFER=true 會傳回網頁回應, // false 時只回傳成功與否 $result = curl_exec($ch);
確定! 回上一頁