CURLOPT_HEADER

curl_setopt($curl, CURLOPT_HEADER, false);

true:输出请求头

原文地址:https://www.cnblogs.com/xiaobiaomei/p/10244220.html