NAME ^

php_bz2.pir - PHP bz2 Library

DESCRIPTION ^

Functions ^

string bzcompress(string source [, int blocksize100k [, int workfactor]])

Compresses a string into BZip2 encoded data

NOT IMPLEMENTED.

string bzdecompress(string source [, int small])

Decompresses BZip2 compressed data

NOT IMPLEMENTED.

int bzerrno(resource bz)

Returns the error number

NOT IMPLEMENTED.

array bzerror(resource bz)

Returns the error number and error string in an associative array

NOT IMPLEMENTED.

string bzerrstr(resource bz)

Returns the error string

NOT IMPLEMENTED.

resource bzopen(string|int file|fp, string mode)

Opens a new BZip2 stream

NOT IMPLEMENTED.

string bzread(resource bz[, int length])

Reads up to length bytes from a BZip2 stream, or 1024 bytes if length is not specified

NOT IMPLEMENTED.


parrot