PHP Velho Oeste 2024

HttpDeflateStream::finish

(PECL pecl_http >= 0.21.0)

HttpDeflateStream::finishFinalize deflate stream

Описание

public string HttpDeflateStream::finish ([ string $data ] )

Finalizes the deflate stream. The deflate stream can be reused after finalizing.

Список параметров

data

data to deflate

Возвращаемые значения

Returns the final part of deflated data.

add a note add a note

User Contributed Notes

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