Home  >  Article  >  php教程  >  探讨如何在PHP开启gzip页面压缩实例

探讨如何在PHP开启gzip页面压缩实例

WBOY
WBOYOriginal
2016-06-13 11:49:361140browse

示例一(用php的内置压缩函数):

复制代码 代码如下:


if(Extension_Loaded('zlib')) Ob_Start('ob_gzhandler');
Header("Content-type: text/html");
?>




Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn