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.

Warning

此函式目前沒有參考文件;只有引數列表。

參數

data

encoding

level

回傳值

參見

add a note add a note

User Contributed Notes

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