lzf_compress
PHP function
Edit on GitHub ✎
(PECL lzf >= 0.1.0)
LZF compression
Description
lzf_compress(string $data): string
lzf_compress() compresses the given data string using LZF encoding.
Parameters
dataThe string to compress.
Return Values
Returns the compressed data or false if an error occurred.