取消gzip
把 "Accept-Encoding: gzip,deflate\r\n"; 去掉
php内置方法解压
1 | |
curl自带方法
1 | |
转载使用注明出处。原文链接 https://heimo-he.github.io/php/2018/03/30/php-deal-gzip-data/
把 "Accept-Encoding: gzip,deflate\r\n"; 去掉
1 | |
1 | |
转载使用注明出处。原文链接 https://heimo-he.github.io/php/2018/03/30/php-deal-gzip-data/