Download the PHP package kjdev/bzip3 without Composer
On this page you can find all versions of the php package kjdev/bzip3. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package bzip3
Bzip3 Extension for PHP
This extension allows bzip3.
Build
To use the system library.
Configuration
php.ini:
Usage
Function synopsis
Bzip3\compress
This function compress a string.
Parameters:
-
data
The data to compress.
-
block_size
compress block size in MiB. (Defaults to 8)
Return Values:
The compressed string or FALSE if an error occurred.
Bzip3\uncompress
This function uncompress a compressed string.
Parameters:
-
data
The data compressed by Bzip3\compress().
Return Values:
The original uncompressed data or FALSE on error.
All versions of bzip3 with dependencies
PHP Build Version
Package Version
Requires
php Version
>= 8.1.0
The package kjdev/bzip3 contains the following files
Loading the files please wait ....