php如何在程序取消gzip压缩?

若是前面程序用

ob_start('ob_gzhandler');

开启了gzip压缩,执行过程当中又不想用了,能够用:

ob_end_clean();ob_start();

来撤消。。
相关文章
相关标签/搜索