bzcompress

Example

 mixed bzcompress ( string $source [, int $blocksize = 4 [, int $workfactor = 0 ]] ) 

Description

bzcompress() compresses the given string and returns it as bzip2 encoded data.

Return Values

The compressed string, or an error number if an error occurred.