Zlib Функции
PHP Manual

gzdecode

(PHP 6 >= 6.0.0)

gzdecodeDecodes a gzip compressed string

Описание

string gzdecode ( string $data [, int $length ] )

This function returns a decoded version of the input data .

Параметри

data

The data to decode, encoded by gzencode().

length

The maximum length of data to decode.

Връщани стойности

The decoded string, or FALSE if an error occurred.

Вж. също


Zlib Функции
PHP Manual