PHP Class Horde_Compress_Fast_Base, horde

Author: Michael Slusarz ([email protected])
Mostrar archivo Open project: horde/horde Class Usage Examples

Public Methods

Method Description
compress ( string $text ) : string Compresses a string.
decompress ( string $text ) : string Decompresses a string.
supported ( ) : boolean Is this driver supported on this system?

Method Details

compress() abstract public method

Compresses a string.
abstract public compress ( string $text ) : string
$text string The string to compress.
return string The compressed string.

decompress() abstract public method

Decompresses a string.
abstract public decompress ( string $text ) : string
$text string The compressed string.
return string The decompressed string.

supported() public static method

Is this driver supported on this system?
public static supported ( ) : boolean
return boolean True if supported.