Decode gzipped web page retrieved via cURL in PHP

I use curl and:

curl_setopt($ch, CURLOPT_ENCODING , "gzip");

Leave a Comment