Zipping files in php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Alien
    New Member
    • Sep 2007
    • 61

    Zipping files in php

    Hi,

    I am looking for way to zip files using php. I had a look at the php functions and there are many that reads off zip files but none that actually takes an array of files (or whatever) and creates it.

    Is there any such functions out there?

    Thanks.
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    Zipping files in php

    what about ZipArchive::add File ?

    regards
    Last edited by Atli; Oct 2 '08, 06:55 PM. Reason: Replaced the German link with it's English counterpart.

    Comment

    • Markus
      Recognized Expert Expert
      • Jun 2007
      • 6092

      #3
      You can find many zip classes if you google.

      Cheers,
      Markus.

      Comment

      Working...