← All docs

gzinflate()

Inflate a deflated string.

gzinflate()

function gzinflate(string $data, int $max_length = 0): mixed

Inflate a deflated string.

Parameters:

  • $data (string)
  • $max_length (int), default 0, 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.