parrotcode: PHP bz2 Library | |
Contents | Language Implementations | Pipp |
php_bz2.pir - PHP bz2 Library
string bzcompress(string source [, int blocksize100k [, int workfactor]])
string bzdecompress(string source [, int small])
int bzerrno(resource bz)
array bzerror(resource bz)
string bzerrstr(resource bz)
resource bzopen(string|int file|fp, string mode)
string bzread(resource bz[, int length])
|