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 statusIm Fehlerfall wird false zurückgegeben..

Changelog

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

User Contributed Notes

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