bzcompress PHP 4.0.4

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

 

文字列を BZip2 エンコード形式のデータに圧縮します。

bzdecompress PHP 4.0.4

string bzdecompress(string source[, int small])

 

BZip2 圧縮形式のデータを圧縮解除します。

bzerrno PHP 4.0.4

int bzerrno(resource bz)

 

エラー番号を返します。

bzerror PHP 4.0.4

array bzerror(resource bz)

 

エラー番号とエラー文字列を連想配列で返します。

bzerrstr PHP 4.0.4

string bzerrstr(resource bz)

 

エラー文字列を返します。

bzopen PHP 4.0.4

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

 

新しい BZip2 ストリームを開きます。

bzread PHP 4.0.4

string bzread(int bz[, int length])

 

BZip2 ストリームから最大 length バイト読み取ります。length が指定されていない場合 1,024 バイトを読み取ります。