473,387 Members | 1,882 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 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 3998
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,...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.