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? |
abstract public decompress ( string $text ) : string | ||
$text | string | The compressed string. |
Résultat | string | The decompressed string. |