ADODB_Compress_Gzip Class Reference

List of all members.

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


Detailed Description

Definition at line 21 of file adodb-compress-gzip.php.


Member Function Documentation

ADODB_Compress_Gzip.getLevel (  ) 

Definition at line 32 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.getMinLength (  ) 

Definition at line 46 of file adodb-compress-gzip.php.

ADODB_Compress_Gzip.setMinLength ( min_length  ) 

Definition at line 52 of file adodb-compress-gzip.php.

Referenced by ADODB_Compress_Gzip().

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().

Here is the call graph for this function:

ADODB_Compress_Gzip.write ( data,
key 
)

Definition at line 71 of file adodb-compress-gzip.php.

ADODB_Compress_Gzip.read ( data,
key 
)

Definition at line 85 of file adodb-compress-gzip.php.


Member Data Documentation

ADODB_Compress_Gzip.$_level = null

Definition at line 24 of file adodb-compress-gzip.php.

ADODB_Compress_Gzip.$_min_length = 1

Definition at line 28 of file adodb-compress-gzip.php.


The documentation for this class was generated from the following file:
This documentation is part of typo3-unleashed.net.
It's an automatically created code documentation of the TYPO3 Content Management System.
Created with doxygen