PHP8 inflate_get_read_len
(PHP 7 >= 7.2.0, PHP 8)
inflate_get_read_len — Get number of bytes read so far
说明
inflate_get_read_len(InflateContext $context): int
警告
本函数还未编写文档,仅有参数列表。
参数
context
返回值
返回到目前为止读取的字节数,或者在失败时返回 false。
更新日志
版本 | 说明 |
---|---|
8.0.0 | context 现在需要一个 InflateContext 实例;以前,需要资源。 |