ZipArchive is a Zip archive handling class that can read and write various zip format files.

Features:

  • Easily create or load a zip archive;
  • Read and delete files in a zip archive in multiple ways;
  • Support for Chinese filenames;
  • It is very easy to serialize a zip archive; with support such as AIR, PHP, and so on, you can save the generated zip archive locally or on a server.

Bookmarked here for easy lookup.