I\'m retrieving a gzipped web page via curl, but when I output the retrieved content to the browser I just get the raw gzipped data. How can I decode the data in PHP?
I use curl and:
curl_setopt($ch,CURLOPT_ENCODING , "gzip");