lzf_compress

(PECL)

lzf_compress --  LZF compression

Beskrivelse

string lzf_compress ( string data )

lzf_compress() compresses the given data.

Parameterliste

data

The string to compress.

Returneringsværdier

Returns the compressed data or FALSE if an error occurred.

Se også

lzf_decompress()