inflate_get_status

(PHP 7 >= 7.2.0)

inflate_get_statusGet decompression status

Opis

inflate_get_status ( resource $resource ) : int

Usually returns either ZLIB_OK or ZLIB_STREAM_END.

Parametry

resource

Zwracane wartości

Returns decompression status lub FALSE w przypadku niepowodzenia.

add a note add a note

User Contributed Notes

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