PHP ZIP Functions
a) zip_close() - Closes a ZIP file
b) zip_entry_close() - Closes an entry in the ZIP file
c) zip_entry_compressedsize() - Returns the compressed size of an entry in the ZIP file
d) zip_entry_compressionmethod() - Returns the compression method of an
entry in the ZIP file
e)zip_entry_filesize()- Returns the actual file size of an entry in the ZIP file
f) zip_entry_name() - Returns the name of an entry in the ZIP file
g) zip_entry_open() - Opens an entry in the ZIP file for reading
h) zip_entry_read() - Reads from an open entry in the ZIP file
i) zip_open() - Opens a ZIP file
j) zip_read() - Reads the next entry in a ZIP file
If anyone has anything to add, can simply reply
