我通过fsockopen(),file_get_contents()等抓取了一个网址,这是第一行:
ÿþ#head{margin-top:5px;}
响应标题是:
HTTP/1.1 200 OK
Content-Length: 9464
Content-Type: text/css
Last-Modified: Thu, 04 Aug 2011 13:35:23 GMT
Accept-Ranges: bytes
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Tue, 07 Apr 2015 16:43:13 GMT
如果我通过浏览器打开URL,则不会显示此字符。这与内容压缩或分块编码有关吗?如果是,我怎么能在没有“content-encoding”标题的情况下处理这个?