PHP 클래스 Horde_Compress_Fast_Base, horde

저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
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.