PHP.nl

lzf_compress

Laatst bijgewerkt:

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