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.0context は、 InflateContext クラスのインスタンスを期待するようになりました。 これより前のバージョンでは、resource を期待していました。
To Top