PHP Class Horde_Compress_Fast_Base, horde

Author: Michael Slusarz ([email protected])
Afficher le fichier Open project: horde/horde Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Compresses a string.
abstract public compress ( string $text ) : string
$text string The string to compress.
Résultat string The compressed string.

decompress() abstract public méthode

Decompresses a string.
abstract public decompress ( string $text ) : string
$text string The compressed string.
Résultat string The decompressed string.

supported() public static méthode

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