Marcus
Well-known member
for CSS Output. function gzipContentIfSupported(&$content, $level) would be perfect, so that the rarely created and cached CSS files are even smaller.
http://php.net/manual/en/function.gzencode.php
PHP:
stringgzencode ( string $data [, int $level = -1 [, int $encoding_mode = FORCE_GZIP ]] )
Upvote
6