Hello,
My PHP script sends headers to another PHP script, and I receive answer from server. It works well, but server sends to my script answer which is gziped.
First question: How could I unzip this gziped answer?
Second question: Could I IMPEL server to send me unziped answers?
Thanks for all, ByE
UnGzip Http Stream, how ?
Moderator: General Moderators
Maybe
Will help you..
http://www.php.net/manual/en/function.gzuncompress.php
Code: Select all
gzuncompress();http://www.php.net/manual/en/function.gzuncompress.php