PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Well, the PHP functions are just for gzip, not tar. When you have files in an archive like that, they are most likely tared also. gzip is only compression, it doesn't handle anything with the taring process. I suggest you take a look nin Pear, there is a TAR class in there that could be helpful.
Yeah but i don't need TAR in this case...
I've just wander how to extract GZ if there is more than 2 files or how to list them.But,as i can understand,GZ compression dosen't support more than 2 files.Right?
CONFIQ wrote:Yeah but i don't need TAR in this case...
I've just wander how to extract GZ if there is more than 2 files or how to list them.But,as i can understand,GZ compression dosen't support more than 2 files.Right?
That's what BigE tried to say. GZ doesn't combine files like that.