gzinflate()
function gzinflate(string $data, int $max_length = 0): mixed
Inflate a deflated string.
Parameters:
$data(string)$max_length(int), default0, optional
Returns: mixed
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how gzinflate is implemented in the compiler, see the internals page.