inflate_get_read_len

(PHP 7 >= 7.2.0)

inflate_get_read_lenGet number of bytes read so far

Description

inflate_get_read_len ( InflateContext $context ) : int
Warning

This function is currently not documented; only its argument list is available.

Parameters

context

Return Values

Returns number of bytes read so far or false on failure.

Changelog

Version Description
8.0.0 context expects an InflateContext instance now; previously, a resource was expected.

© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.inflate-get-read-len.php