inflate_get_read_len
(PHP 7 >= 7.2.0, PHP 8)
inflate_get_read_len — Get number of bytes read so far
参数
context-
返回值
Returns number of bytes read so far 或者在失败时返回 false.
更新日志
| 版本 | 说明 |
|---|---|
| 8.0.0 |
context expects an InflateContext
instance now; previously, a resource was expected.
|