gzuncompress()
function gzuncompress(string $data, int $max_length = 0): mixed
Uncompress a compressed string.
Parameters:
$data(string)$max_length(int), default0, optional
Returns: mixed
Availability
- Compiled (AOT): supported by the Elephc code generator.
eval()(magician interpreter): supported — declarative interpreter builtin (crates/elephc-magician/src/interpreter/builtins/string/gzuncompress.rs).
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how gzuncompress is implemented in the compiler, see the internals page.