Home > Backend Development > PHP Tutorial > 如何在PHP开启gzip页面压缩实例_PHP

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

WBOY
Release: 2016-06-01 12:20:33
Original
736 people have browsed it

gzip

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

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




source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template