Search Results
bzcompress () compresses the given string and returns it as bzip2 encoded data.
Execute bzcompress Online. Info and examples on bzcompress PHP Function from Bzip2 - Compression and Archive Extensions
bzcompress () function can compress a given string and return it as bzip2 encoded data. bzcompress () function can return a compressed string or error number in case of error.
Description string bzcompress ( string source [, int blocksize [, int workfactor]] ) bzcompress () compresses the given string and returns it as bzip2 encoded data.
Simple usage example of `bzcompress ()`. The 'bzcompress' function is used to compress a string into bzip2 encoded data. Bzip2 is a lossless compression algorithm that reduces the size of the string while maintaining the original data intact. This function is particularly useful when you need to compress large amounts of data efficiently.
(PHP 4 >= 4.3.3, PHP 5) bzcompress -- Compress a string into bzip2 encoded data Description mixed bzcompress ( string source [, int blocksize [, int workfactor]] ) bzcompress () compresses the given string and returns it as bzip2 encoded data. Parameters source The string to compress. blocksize Specifies the blocksize used during compression and should be a number from 1 to 9 with 9 giving the ...
Description The bzcompress of bzip2 for PHP compresses a string into bzip2 encoded data.
