Decompress an encoded body
Description
Implements gzip, compress and deflate. Guesses which it is by attempting to decode.
Parameters
$data
stringrequired- Compressed data in one of the above formats
Decompress an encoded body
Implements gzip, compress and deflate. Guesses which it is by attempting to decode.
$data
stringrequired
User Contributed Notes
You must log in before being able to contribute a note or feedback.