1.2.1544. ext/lzf¶
Extension LZF.
LZF is a very fast compression algorithm, ideal for saving space with only slight speed cost. It can be optimized for speed or space at the time of compilation.
<?php
$compressed = lzf_compress("This is test of LZF extension");
echo base64_encode($compressed);
?>
1.2.1544.1. Specs¶
Short name |
Extensions/Extlzf |
Rulesets |
|
Exakat since |
1.3.5 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |