inflate_get_status

(PHP 7 >= 7.2.0, PHP 8)

inflate_get_statusGet decompression status

Beschreibung

inflate_get_status(InflateContext$context): int

Usually returns either ZLIB_OK or ZLIB_STREAM_END.

Parameter-Liste

context

Rückgabewerte

Returns decompression status.

Changelog

VersionBeschreibung
8.0.0context expects an InflateContext instance now; previously, a resource was expected.
To Top