PHP Class Pop\Compress\Gzip

Author: Nick Sagona, III ([email protected])
Afficher le fichier Open project: nicksagona/PopPHP Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

compress() public static méthode

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

decompress() public static méthode

Static method to decompress data
public static decompress ( string $data ) : mixed
$data string
Résultat mixed