zlib_encode

(PHP 5 >= 5.4.0)

zlib_encodeCompress data with the specified encoding

Description

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

Compress data with the specified encoding.

Warning

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

Parameters

data

encoding

level

Return Values

See Also

Коментарии

zlib_encode, gzcompress, gzdeflate and gzencode are the same functions besides the parameter order.

zlib_encode + ZLIB_ENCODING_RAW = gzdeflate
zlib_encode + ZLIB_ENCODING_DEFLATE = gzcompress
zlib_encode + ZLIB_ENCODING_GZIP = gzencode
2022-10-19 11:25:47
http://php5.kiev.ua/manual/ru/function.zlib-encode.html

    Поддержать сайт на родительском проекте КГБ