PHP 클래스 Pop\Compress\Gzip

저자: Nick Sagona, III ([email protected])
파일 보기 프로젝트 열기: nicksagona/PopPHP 1 사용 예제들

공개 메소드들

메소드 설명
compress ( string $data, integer $level = 9, integer $mode = FORCE_GZIP ) : mixed Static method to compress data
decompress ( string $data ) : mixed Static method to decompress data

메소드 상세

compress() 공개 정적인 메소드

Static method to compress data
public static compress ( string $data, integer $level = 9, integer $mode = FORCE_GZIP ) : mixed
$data string
$level integer
$mode integer
리턴 mixed

decompress() 공개 정적인 메소드

Static method to decompress data
public static decompress ( string $data ) : mixed
$data string
리턴 mixed