CakeFest 2024: The Official CakePHP Conference

inflate_get_read_len

(PHP 7 >= 7.2.0, PHP 8)

inflate_get_read_lenGet number of bytes read so far

说明

inflate_get_read_len(InflateContext $context): int

警告

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

参数

context

返回值

Returns number of bytes read so far 或者在失败时返回 false.

更新日志

版本 说明
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