PHP.nl

lzf_decompress

Laatst bijgewerkt:

lzf_decompress

LZF decompression

string **lzf_decompress** string $data
decompresses the given
string containing lzf encoded data.

lzf_compress``data

dataThe compressed string.

Returns the decompressed data or false if an error occurred.

lzf_compress