lzf_compress

(no version information, might be only in CVS)

lzf_compress --  LZF compression

Popis

string lzf_compress ( string data )

lzf_compress() compresses the given data.

Seznam parametrů

data

The string to compress.

Návratové hodnoty

Returns the compressed data or FALSE if an error occurred.

Viz také

lzf_decompress()