You can use the curl_error() function to detect if there was some error. For example: $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, ...
確定! 回上一頁