Query: lzf_compress
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LZF_COMPRESS(3) 1 LZF_COMPRESS(3) lzf_compress - LZF compressionSYNOPSISstring lzf_compress (string $data)DESCRIPTIONlzf_compress(3) compresses the given $data string using LZF encoding.PARAMETERSo $data - The string to compress.RETURN VALUESReturns the compressed data or FALSE if an error occurred.SEE ALSOlzf_decompress(3). PHP Documentation Group LZF_COMPRESS(3)