码迷,mamicode.com
首页 > 其他好文 > 详细

ob_gzhandler — ob_start callback function to gzip output buffer

时间:2018-08-19 14:46:39      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:buffer   php   size   example   tput   his   pre   contents   ob_start   

<?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

标签:buffer   php   size   example   tput   his   pre   contents   ob_start   

原文地址:https://www.cnblogs.com/hehexu/p/9501147.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!