PHP LZF Functions
EditRocket provides the following information on LZF functions in the PHP source code builder.
string lzf_compress ( string $data ) - lzf_compress() compresses the given data.
string lzf_decompress ( string $data ) -
int lzf_optimized_for ( void ) - Determines for what the LZF extension was optimised.