PHP: Hypertext Preprocessor (original) (raw)
inflate_get_read_len
(PHP 7 >= 7.2.0, PHP 8)
inflate_get_read_len — Get number of bytes read so far
Description
Warning
This function is currently not documented; only its argument list is available.
Return Values
Returns number of bytes read so far or [false](reserved.constants.php#constant.false)
on failure.
Changelog
Version | Description |
---|---|
8.0.0 | context expects an InflateContext instance now; previously, a resource was expected. |