inflate_get_status

(PHP 7 >= 7.2.0, PHP 8)

inflate_get_status解凍の状態を取得する

説明

inflate_get_status(InflateContext $context): int

通常 ZLIB_OKZLIB_STREAM_END を返します。

パラメータ

context

戻り値

解凍の状態を返します。

変更履歴

バージョン 説明
8.0.0 context は、 InflateContext クラスのインスタンスを期待するようになりました。 これより前のバージョンでは、resource を期待していました。
add a note add a note

User Contributed Notes

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