Forum und email
lzf_decompress

lzf_decompress

(PECL)

lzf_decompress --  LZF decompression

Opis

string lzf_decompress ( string data )

lzf_compress() decompresses the given data.

Parametry

data

The compressed string.

Zwracane wartości

Returns the decompressed data or FALSE if an error occurred.

Patrz także

lzf_compress()