curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);. if(curl_exec($ch) === false) { echo 'Curl error: ' . curl_error($ch); }
確定! 回上一頁