gzinflate()
function gzinflate(string $data, int $max_length = 0): mixed
Inflate a deflated 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/gzinflate.rs).
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how gzinflate is implemented in the compiler, see the internals page.