码迷,mamicode.com
首页 > Web开发 > 详细

file_get_contents 抓取网页乱码。

时间:2018-01-27 11:19:34      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:php版本   set   无法   contents   from   method   div   5.4   dna   

iconv

string iconv ( string $in_charset , string $out_charset , string $str )

 

mb_convert_encoding

string mb_convert_encoding ( string $str , string $to_encoding [, mixed $from_encoding ] )

 

试了两个编码转换函数都无法 解决。然后发现要是编码问题,至少要能看见HTML标签。所以不是编码的错。最后想到gzip。

PHP已经自带了gzip解压函数 :

gzdecode

string gzdecode ( string $data [, int $length ] )
 
在PHP版本5.4以上可用。

 

file_get_contents 抓取网页乱码。

标签:php版本   set   无法   contents   from   method   div   5.4   dna   

原文地址:https://www.cnblogs.com/gantoday/p/8362264.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!