php如何在程序取消gzip壓縮?

若是前面程序用

ob_start('ob_gzhandler');

開啓了gzip壓縮,執行過程當中又不想用了,能夠用:

ob_end_clean();ob_start();

來撤消。。
相關文章
相關標籤/搜索