TYPO3 CMS
TYPO3_6-2
|
Public Member Functions | |
getLevel () | |
setLevel ($level) | |
getMinLength () | |
setMinLength ($min_length) | |
ADODB_Compress_Gzip ($level=null, $min_length=null) | |
write ($data, $key) | |
read ($data, $key) | |
Public Attributes | |
$_level = null | |
$_min_length = 1 | |
Definition at line 21 of file adodb-compress-gzip.php.
ADODB_Compress_Gzip::ADODB_Compress_Gzip | ( | $level = null , |
|
$min_length = null |
|||
) |
Definition at line 59 of file adodb-compress-gzip.php.
References setLevel(), and setMinLength().
ADODB_Compress_Gzip::getLevel | ( | ) |
Definition at line 32 of file adodb-compress-gzip.php.
References $_level.
ADODB_Compress_Gzip::getMinLength | ( | ) |
Definition at line 46 of file adodb-compress-gzip.php.
References $_min_length.
ADODB_Compress_Gzip::read | ( | $data, | |
$key | |||
) |
Definition at line 85 of file adodb-compress-gzip.php.
ADODB_Compress_Gzip::setLevel | ( | $level | ) |
Definition at line 38 of file adodb-compress-gzip.php.
Referenced by ADODB_Compress_Gzip().
ADODB_Compress_Gzip::setMinLength | ( | $min_length | ) |
Definition at line 52 of file adodb-compress-gzip.php.
Referenced by ADODB_Compress_Gzip().
ADODB_Compress_Gzip::write | ( | $data, | |
$key | |||
) |
Definition at line 71 of file adodb-compress-gzip.php.
ADODB_Compress_Gzip::$_level = null |
Definition at line 24 of file adodb-compress-gzip.php.
Referenced by getLevel().
ADODB_Compress_Gzip::$_min_length = 1 |
Definition at line 28 of file adodb-compress-gzip.php.
Referenced by getMinLength().