摘要: curl_setopt($curl, CURLOPT_HEADER, 1); $data = curl_exec($curl); $headerSize = curl_getinfo($curl, CURLINFO_HEADER_SIZE); // 根据头大小去获取头信息内容 $header = s 阅读全文
posted @ 2020-06-29 15:22 酷酷的城池 阅读(980) 评论(0) 推荐(0) 编辑
摘要: ini_set("display_errors", "On"); error_reporting(E_ALL & ~E_NOTICE); 阅读全文
posted @ 2020-06-29 13:44 酷酷的城池 阅读(295) 评论(0) 推荐(0) 编辑