\Horde_Controller_Filter_Gzip

Filter to gzip content before being served

Summary

Methods
Properties
Constants
processResponse()
No public properties found
No constants found
_byteCount()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

_byteCount()

_byteCount(  $string) 

If mbstring is set to overload str* function then we could be counting multi-byte chars as single bytes so we need to treat the string like its 8-bit encoded to get an accurate byte count.

Parameters

$string