lz4_uncompress
This function uncompresses the given string given that it is in the lz4lib data format, which is primarily used for compressing and uncompressing memcache values
function lz4_uncompress(
string $compressed,
): mixed;
Parameters
string $compressed
- The data compressed by lz4compress().
Returns
string
- - The uncompressed data or FALSE on error