codecamp

PHP8 inflate_get_status

(PHP 7 >= 7.2.0, PHP 8)

inflate_get_status — 获取解压状态

说明

inflate_get_status(InflateContext $context): int

通常返回 ZLIB_OK 或 ZLIB_STREAM_END。

参数 

context

返回值 

返回解压缩状态。

更新日志 

版本说明
8.0.0context现在需要一个 InflateContext 实例;以前,需要资源。


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