PHP 클래스 Horde_Compress_Gzip, horde

Copyright 2002-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
저자: Michael Cochrane ([email protected])
저자: Michael Slusarz ([email protected])
상속: extends Horde_Compress_Base
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$canDecompress

보호된 프로퍼티들

프로퍼티 타입 설명
$_flags array Gzip file flags.

공개 메소드들

메소드 설명
decompress ( $data, array $params = [] ) : string

메소드 상세

decompress() 공개 메소드

public decompress ( $data, array $params = [] ) : string
$params array
리턴 string The uncompressed data.

프로퍼티 상세

$_flags 보호되어 있는 프로퍼티

Gzip file flags.
protected array $_flags
리턴 array

$canDecompress 공개적으로 프로퍼티

public $canDecompress