Dutch PHP Conference 2025 - Call For Papers

inflate_get_read_len

(PHP 7 >= 7.2.0, PHP 8)

inflate_get_read_lenGet number of bytes read so far

Опис

inflate_get_read_len(InflateContext $context): int

Увага

Наразі ця функція не документована. Доступний лише список її параметрів.

Параметри

context

Значення, що повертаються

Returns number of bytes read so far або false в разі помилки.

Журнал змін

Версія Опис
8.0.0 context expects an InflateContext instance now; previously, a resource was expected.
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top