PHP Velho Oeste 2024

HttpDeflateStream::update

(PECL pecl_http >= 0.21.0)

HttpDeflateStream::updateUpdate deflate stream

Описание

public string HttpDeflateStream::update ( string $data )

Passes more data through the deflate stream.

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

data

data to deflate

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

Returns deflated data on success или FALSE в случае возникновения ошибки.

add a note add a note

User Contributed Notes

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