mixed bzcompress ( string $source [, int $blocksize = 4 [, int $workfactor = 0 ]] )
bzcompress() compresses the given string and returns it as bzip2 encoded data.
The compressed string, or an error number if an error occurred.