PHP Класс Horde_Compress_Fast_Base, horde

Автор: Michael Slusarz ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
compress ( string $text ) : string Compresses a string.
decompress ( string $text ) : string Decompresses a string.
supported ( ) : boolean Is this driver supported on this system?

Описание методов

compress() абстрактный публичный Метод

Compresses a string.
abstract public compress ( string $text ) : string
$text string The string to compress.
Результат string The compressed string.

decompress() абстрактный публичный Метод

Decompresses a string.
abstract public decompress ( string $text ) : string
$text string The compressed string.
Результат string The decompressed string.

supported() публичный статический Метод

Is this driver supported on this system?
public static supported ( ) : boolean
Результат boolean True if supported.