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