bzcompressCompress a string into bzip2 encoded data Description
mixed bzcompress
( string
$source
[, int $blocksize = 4
[, int $workfactor = 0
]] )bzcompress compresses the given string and returns it as bzip2 encoded data. Parameters
Return ValuesThe compressed string, or an error number if an error occurred. ExamplesExample #1 Compressing data
<?php See Also
|