How do I uncompress data in PHP which was originally compressed using zlib?

Posted by Gaurav Arora on Stack Overflow See other posts from Stack Overflow or by Gaurav Arora
Published on 2010-03-12T07:03:07Z Indexed on 2010/03/12 13:37 UTC
Read the original article Hit count: 444

Filed under:
|
|

Hello Everyone,

I am quite new to Iphone development , so please bear me if I ask some some common questions. In my application I have to transfer data from my Iphone app to a PHP server and for this I have to compress the NSdata in my Iphone app and then pass it on to the PHP server and then Uncompress it in PHP and process the data sent by Iphone in PHP.

For compressing the data in Iphone I have used zlib library.Now on PHP side I want to uncompress this data , but I am unable to do so.

Can anyone help me in uncompressing this data in PHP.

Thanks in Advance.

Gaurav Arora

© Stack Overflow or respective owner

Related posts about iphone

Related posts about zlib