472,984 Members | 2,647 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,984 software developers and data experts.

Equivalent to gzinflate() function in PHP.

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 :-(
Aug 1 '07 #1
2 3958
On Aug 1, 8:44 am, Adam Kubica <coyot...@artcom.plwrote:
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
compression/decompression method. Python can do that. Check out the
following links:

http://www.python.org/doc/lib/module-gzip.html
http://www.python.org/doc/lib/module-zlib.html
http://python.active-venture.com/lib/module-bz2.html

Hopefully this is the type of thing you were looking for.

Mike

Aug 1 '07 #2
On Wed, 01 Aug 2007 13:54:21 +0000, kyosohma wrote:
On Aug 1, 8:44 am, Adam Kubica <coyot...@artcom.plwrote:
>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
compression/decompression method. Python can do that. Check out the
following links:

http://www.python.org/doc/lib/module-gzip.html
http://www.python.org/doc/lib/module-zlib.html
http://python.active-venture.com/lib/module-bz2.html

Hopefully this is the type of thing you were looking for.
OK, but it isn't that I looking for :-(

gzinflate() is reversed function of gzdeflate(), zlib module allows to use
compress methon only, it's equivalent to gzcompress() in PHP.

Aug 2 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: am_ggh | last post by:
Is there a PHP equivalent of TCL's "upvar" ? I will appreciate any insights. Andy
6
by: exquisitus | last post by:
Hi all, I'm porting a DOS application to run on Linux. I need to replace this function or use an equivalent. Anyone knows how or where I can get this function's equivalent (or maybe someones...
6
by: arkam | last post by:
Hi, I found a sample on internet : formMain.BeginInvoke(new MyClickHandler(this.OnMyClick)); I would like to do the same but in a class library where there is no forms ! Where can I find...
9
by: Alan Silver | last post by:
Hello, I'm converting some old VB6 code to use with ASP.NET and have come unstuck with the Asc() function. This was used in the old VB6 code to convert a character to its ASCII numeric...
14
by: Allen | last post by:
Greetings, I need to pass a file path to an application. This file path contains long directory and file names. The target application, pdftotext.exe, only accepts short directory and file...
2
by: ramu | last post by:
Hi I have to call a vc++ function in a c program. suppose i have a function dword fun(dword arg1, bstr arg2); in vc++. I have to call this function in c. But I don't have dword datatype in...
6
by: Jon Paal | last post by:
what is vb equiv. of ++ shown in C# ?
6
by: openopt | last post by:
Thank you in advance for your response. Dmitrey
18
by: Csaba Gabor | last post by:
Is there a straightforward way of implementing a PHP equivalent to window.setTimeout? In a javascript web app, it's often the case that things are done on an event driven basis. For example,...
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
4
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.