patTemplate_OutputFilter_Gzip
Description
patTemplate GZip output filter
$Id: Gzip.php 8287 2007-08-01 08:38:59Z eddieajau $
Checks the accept encoding of the browser and compresses the data before sending it to the client.
Located in /pattemplate/patTemplate/OutputFilter/Gzip.php (line 30)
patTemplate_Module
![]()
patTemplate_OutputFilter
![]()
patTemplate_OutputFilter_Gzip (Subpackage Filters)
Variable Summary
Variables
string
$_name
= 'Gzip' (line 42)
filter name
This has to be set in the final filter classes.
Redefinition of:
- patTemplate_Module::$_name
- module name
Inherited Variables
Inherited from patTemplate_Module
patTemplate_Module::$_params
Methods
compress the data
string
apply
(string $data)
- string $data: data
Redefinition of:
- patTemplate_OutputFilter::apply()
- apply the filter
get value as hex-string
string
_gfc
(integer $value)
- integer $value: value to convert
Inherited Methods
Inherited From patTemplate_OutputFilter
patTemplate_OutputFilter::apply()
Inherited From patTemplate_Module
patTemplate_Module::getName()
patTemplate_Module::getParam()
patTemplate_Module::setParams()
Documentation generated on Tue, 29 Jan 2008 18:47:12 +0000 by phpDocumentor 1.3.1




patTemplate_OutputFilter_Gzip (Subpackage Filters)