bzcompress | PHP 4.0.4 |
string bzcompress(string source[, int blocksize100k[, int workfactor]]) |
|
Comprime une chaîne sous forme de données codées au format BZip2 |
bzdecompress | PHP 4.0.4 |
string bzdecompress(string source[, int small]) |
|
Décomprime les données comprimées au format BZip2 |
bzerrno | PHP 4.0.4 |
int bzerrno(resource bz) |
|
Renvoie le numéro d'erreur |
bzerror | PHP 4.0.4 |
array bzerror(resource bz) |
|
Renvoie le numéro d'erreur et la chaîne d'erreur dans un tableau associatif |
bzerrstr | PHP 4.0.4 |
string bzerrstr(resource bz) |
|
Renvoie la chaîne d'erreur |
bzopen | PHP 4.0.4 |
resource bzopen(string|int file|fp, string mode) |
|
Ouvre un nouveau flux BZip2 |
bzread | PHP 4.0.4 |
string bzread(int bz[, int length]) |
|
Lit jusqu'à length octets dans un flux BZip2, ou 1 024 octets si length n'est pas spécifiée |