gzcompress | PHP 4.0.1 |
string gzcompress(string data[, int level]) |
|
Effectue la compression gzip d'une chaîne |
gzdeflate | PHP 4.0.4 |
string gzdeflate(string data[, int level]) |
|
Effectue la compression gzip d'une chaîne |
gzencode | PHP 4.0.4 |
string gzencode(string data[, int level[, int encoding_mode]]) |
|
Effectue le codage gzip d'une chaîne |
gzfile | PHP 3.0 |
array gzfile(string filename[, int use_include_path]) |
|
Lit et décomprime un fichier .gz entier sous forme de tableau |
gzinflate | PHP 4.0.4 |
string gzinflate(string data[, int length]) |
|
Décomprime une chaîne comprimée au format gzip |
gzopen | PHP 3.0 |
int gzopen(string filename, string mode[, int use_include_path]) |
|
Ouvre un fichier .gz et renvoie un pointeur de fichier .gz |
gzuncompress | PHP 4.0.1 |
string gzuncompress(string data, int length) |
|
Décomprime une chaîne comprimée au format gzip |
readgzfile | PHP 3.0 |
int readgzfile(string filename[, int use_include_path]) |
|
Affiche un fichier .gz |