V. Bzip2 Compression Functions

Requirements

This module uses the functions of the bzip2 library by Julian Seward

Installation

You will need to use the --with-bz2 configuration option when compiling PHP to enable bzip2 support .

Runtime Configuration

This extension does not define any configuration directives .

Predefined Constants

This extension does not define any constants .

Examples

דוגמה 1 .




תוכן העניינים:
bzclose -- Close a bzip2 file pointer
bzcompress -- Compress a string into bzip2 encoded data
bzdecompress -- Decompresses bzip2 encoded data
bzerrno -- Returns a bzip2 error number
bzerror -- Returns the bzip2 error number and error string in an array
bzerrstr -- Returns a bzip2 error string
bzflush -- Force a write of all buffered data
bzopen -- Open a bzip2 compressed file
bzread -- Binary safe bzip2 file read
bzwrite -- Binary safe bzip2 file write