php中的gzip文件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php中的gzip文件相关的知识,希望对你有一定的参考价值。
}
header ('content-type: text/css; charset: UTF-8'); header ('cache-control: must-revalidate'); $offset = 60 * 60;
$expire = 'expires: ' . gmdate ('D, d M Y H:i:s', time() + $offset) . ' GMT'; function compress($buffer) {
// remove comments
$buffer = preg_replace('!/*[^*]**+([^/][^*]**+)*/!', '', $buffer); return $buffer;
}
// list CSS files to be included
include('baseline.css');
include('styles.css');
?>
以上是关于php中的gzip文件的主要内容,如果未能解决你的问题,请参考以下文章
PHP 压缩gzip中的Javascript或CSS文件
php中的gzip文件
PHP中的Gzip CSS文件
apache中的gzip文件
对于 php flush - 如何禁用特定文件的 gzip?
PHP 在PHP文件中使用mod_gzip