Statement on glibc/iconv Vulnerability

inflate_get_status

(PHP 7 >= 7.2.0, PHP 8)

inflate_get_statusGet decompression status

Descrizione

inflate_get_status(InflateContext $context): int

Usually returns either ZLIB_OK or ZLIB_STREAM_END.

Elenco dei parametri

context

Valori restituiti

Returns decompression status.

Log delle modifiche

Versione Descrizione
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