inflate_get_read_len
PHP function
Edit on GitHub ✎
(PHP 7 >= 7.2.0, PHP 8)
Get number of bytes read so far
Description
inflate_get_read_len(InflateContext $context): int
Func
Parameters
context
Return Values
Returns number of bytes read so farFalseforfailure.
Changelog
| Version | Description |
|---|---|
| 8.0.0 | context expects an InflateContext instance now; previously, a resource was expected. |