ob_gzhandler — ob_start callback function to gzip output buffer

Posted hehexu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ob_gzhandler — ob_start callback function to gzip output buffer相关的知识,希望对你有一定的参考价值。

<?php

ob_start("ob_gzhandler");

?>
<html>
<body>
<p>This should be a compressed page.</p>
</html>
<body>









以上是关于ob_gzhandler — ob_start callback function to gzip output buffer的主要内容,如果未能解决你的问题,请参考以下文章

php中ob_start()有啥用?

解析PHP中ob_start()函数的用法

如何使用 ob_start 追加到文件

转PHP ob_start() 函数介绍

ob_start心得

php WP短代码ob_start