HttpInflateStream::update

(PECL pecl_http >= 0.21.0)

HttpInflateStream::updateUpdate inflate stream

說明

public string HttpInflateStream::update ( string $data )

Passes more data through the inflate stream.

參數

data

data to inflate

回傳值

Returns inflated data on success 或者在失敗時回傳 FALSE.

add a note add a note

User Contributed Notes

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