NAME ^

php_bz2.pir - PHP bz2 Library

DESCRIPTION ^

Functions ^

string bzcompress(string source [, int blocksize100k [, int workfactor]])
Compresses a string into BZip2 encoded dataNOT IMPLEMENTED.
string bzdecompress(string source [, int small])
Decompresses BZip2 compressed dataNOT IMPLEMENTED.
int bzerrno(resource bz)
Returns the error numberNOT IMPLEMENTED.
array bzerror(resource bz)
Returns the error number and error string in an associative arrayNOT IMPLEMENTED.
string bzerrstr(resource bz)
Returns the error stringNOT IMPLEMENTED.
resource bzopen(string|int file|fp, string mode)
Opens a new BZip2 streamNOT IMPLEMENTED.
string bzread(resource bz[, int length])
Reads up to length bytes from a BZip2 stream, or 1024 bytes if length is not specifiedNOT IMPLEMENTED.


parrot