Unpack/extract zip file with PHP without relying on any extension

Posted by seventeen on Stack Overflow See other posts from Stack Overflow or by seventeen
Published on 2009-12-17T16:52:54Z Indexed on 2010/05/08 13:08 UTC
Read the original article Hit count: 143

Filed under:
|
|

Is there any way to unpack or extract a zip file with PHP that does not rely on any installed extension? Has anyone written a class or something that can handle it?

Alternatively, is there a solution that uses an extension that is relatively commonly installed on most servers?

I need this to work on as many different servers that I have no control over as possible.

Thanks for any help!

© Stack Overflow or respective owner

Related posts about php

Related posts about zip