LZF compression
$data
lzf_compress compresses the given data string using LZF encoding.
data
The string to compress.
Returns the compressed data or false if an error occurred.
false