zlib_encode

(PHP 5 >= 5.4.0)

zlib_encodeCompress data with the specified encoding

Опис

string zlib_encode ( string $data , string $encoding [, string $level = -1 ] )

Compress data with the specified encoding.

Увага

This function is currently not documented; only its argument list is available.

Параметри

data

encoding

level

Значення, що повертаються

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top