Re: Equivalent to gzinflate() function in PHP.

2007-08-02 Thread Laurent Pointal
Adam Kubica a écrit : > After some king of brain fucked tries, I found: > > zlib.decompress( data ) #equivalent gzdecompress() > zlib.decompress( data, -zlib.MAX_WBITS ) #equivalent gzdeflate() Note: you can also use encode() and decode() methods on the string containing your data, specifying 'z

Re: Equivalent to gzinflate() function in PHP.

2007-08-01 Thread Adam Kubica
On Thu, 02 Aug 2007 08:17:13 +0200, Adam Kubica wrote: > On Wed, 01 Aug 2007 13:54:21 +, kyosohma wrote: > >> On Aug 1, 8:44 am, Adam Kubica <[EMAIL PROTECTED]> wrote: >>> Hellou. >>> >>> Anybody know about code that work equivalent to gzinflate() >>> function used in PHP? >>> >>> I search vi

Re: Equivalent to gzinflate() function in PHP.

2007-08-01 Thread Adam Kubica
On Wed, 01 Aug 2007 13:54:21 +, kyosohma wrote: > On Aug 1, 8:44 am, Adam Kubica <[EMAIL PROTECTED]> wrote: >> Hellou. >> >> Anybody know about code that work equivalent to gzinflate() >> function used in PHP? >> >> I search via google but I don't found anything sensible :-( > > I'm not sure

Re: Equivalent to gzinflate() function in PHP.

2007-08-01 Thread kyosohma
On Aug 1, 8:44 am, Adam Kubica <[EMAIL PROTECTED]> wrote: > Hellou. > > Anybody know about code that work equivalent to gzinflate() > function used in PHP? > > I search via google but I don't found anything sensible :-( I'm not sure what gzinflate does, but it looks like it's some kind of compress

Equivalent to gzinflate() function in PHP.

2007-08-01 Thread Adam Kubica
Hellou. Anybody know about code that work equivalent to gzinflate() function used in PHP? I search via google but I don't found anything sensible :-( -- http://mail.python.org/mailman/listinfo/python-list