标签: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