CakeFest 2024: The Official CakePHP Conference

inflate_get_status

(PHP 7 >= 7.2.0, PHP 8)

inflate_get_statusGet decompression status

说明

inflate_get_status(InflateContext $context): int

Usually returns either ZLIB_OK or ZLIB_STREAM_END.

参数

context

返回值

Returns decompression status.

更新日志

版本 说明
8.0.0 context expects an InflateContext instance now; previously, a resource was expected.
add a note

User Contributed Notes

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