Phar::compressAllFilesBZIP2

Phar::compressAllFilesBZIP2

(PHP >= 5.3.0, PECL phar >= 1.0.0)

Phar::compressAllFilesBZIP2Compresses all files in the current Phar archive using Bzip2 compression

Description

public bool Phar::compressAllFilesBZIP2 ( void )

Note:

This method has been removed from the phar extension as of version 2.0.0. Alternative implementations are available using Phar::compress(), Phar::decompress(), <