Page 1 of 1

Unzip File

Posted: Sat Oct 24, 2009 7:02 am
by GinsBabu
Hi,

I have a zip in remote machine.The zip contains some images.The path to the zip file is given as http://www.example.com/image.zip.How can i extract the zip file to the server?currently am doing this with the ziparchieve function.But it takes too much time.so is there any other way to reduce the processing time.Any help would be grateful.I want to do this in zend.is there any library available for zend to do this....:)

Re: Unzip File

Posted: Sun Oct 25, 2009 8:25 am
by markusn00b
GinsBabu wrote:Hi,

I have a zip in remote machine.The zip contains some images.The path to the zip file is given as http://www.example.com/image.zip.How can i extract the zip file to the server?currently am doing this with the ziparchieve function.But it takes too much time.so is there any other way to reduce the processing time.Any help would be grateful.I want to do this in zend.is there any library available for zend to do this....:)
You're not going to be able to beat the speeds of built in PHP functions - they are compiled, I.E, it kicks the crap (speedwise) out of PHP.

Re: Unzip File

Posted: Sun Oct 25, 2009 11:11 pm
by GinsBabu
Hi markusn,

I know that cannot be done..:).i just wanted t o know whether is dere any other script or library which can pretty much faster do the process like we use curl for urls, likewise i meant..