* // Shortcut to encoding output * header('Content-Type: text/css'); // needed if not HTML * HTTP_Encoder::output($css); *
* // Just sniff for the accepted encoding * $encoding = HTTP_Encoder::getAcceptedEncoding(); *
* array( * 'Content-Length' => '615' * ,'Content-Encoding' => 'x-gzip' * ,'Vary' => 'Accept-Encoding' * ) *