bzdecompressDecompresses bzip2 encoded data Description
mixed bzdecompress
( string
$source
[, int $small = 0
] )bzdecompress decompresses the given string containing bzip2 encoded data. Parameters
Return ValuesThe decompressed string, or an error number if an error occurred. Examples
Example #1 Decompressing a String
<?php See Also
|