Hi,
I'm having gzip data coming back as data like this:
\x1f\x8b\x08\x00\x00\x00\x00\x00
Is this dec/bin/he/whatever?
How could I read this in, saying using PHP? fgets get stuck on this kind of data. Maybe I have to convert it to another type somehow? unpack maybe?
Thanks!