codecamp

PHP8 zlib_decode

(PHP 5 >= 5.4.0, PHP 7, PHP 8)

zlib_decode — 解压缩任何原始/gzip/zlib 编码的数据

说明

zlib_decode(string $data, int $max_length = 0): string|false

解压缩任何原始/gzip/zlib 编码的数据。

警告

本函数还未编写文档,仅有参数列表。

参数 

data
max_length

返回值 

返回未压缩的数据, 或者在失败时返回 false.

参见 

  • zlib_encode() - 使用指定的编码压缩数据


PHP8 readgzfile
PHP8 zlib_encode
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定