file_get_contents("compress.zlib://".$URL);
<?php
header("Content-type:text/html;charset=utf-8");
//$api='http://wthrcdn.etouch.cn/weather_mini?city=%E6%9D%AD%E5%B7%9E';
$api='http://acgzj.cn/bili';
$op=file_get_contents("compress.zlib://".$api);
echo $op;