PHP Doku:: Inflate data - function.http-inflate.html

Verlauf / Chronik / History: (34) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteHTTPHTTP Funktionenhttp_inflate

Ein Service von Reinhard Neidl - Webprogrammierung.

HTTP Funktionen

<<http_deflate

http_build_cookie>>

http_inflate

(PECL pecl_http >= 0.15.0)

http_inflateInflate data

Beschreibung

string http_inflate ( string $data )

Decompress data compressed with either gzip, deflate AKA zlib or raw deflate encoding.

Parameter-Liste

data

string containing the compressed data

Rückgabewerte

Returns the decoded string on success, or NULL on failure.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)