PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

http_inflate> <http_chunked_decode
Last updated: Fri, 05 Sep 2008

view this page in

http_deflate

(PECL pecl_http:0.15.0-1.5.5)

http_deflateデータを圧縮する

説明

string http_deflate ( string $data [, int $flags = 0 ] )

gzipzlib 別名 deflate あるいは raw deflate エンコーディングを使用してデータを圧縮します。

flags に指定できる値については、 圧縮定数の表 を参照ください。

パラメータ

data

エンコードされるデータを含む文字列。

flags

圧縮オプション。

返り値

成功した場合はエンコードした文字列、失敗した場合は NULL を返します。



add a note add a note User Contributed Notes
http_deflate
There are no user contributed notes for this page.

http_inflate> <http_chunked_decode
Last updated: Fri, 05 Sep 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites