| Function |
Description |
PHP Version |
| zip_close() |
Closes a ZIP file |
4 |
| zip_entry_close() |
Closes an entry in the ZIP file |
4 |
| zip_entry_compressedsize() |
Returns the compressed size of an entry in the ZIP file |
4 |
| zip_entry_compressionmethod() |
Returns the compression method of an entry in the ZIP file |
4 |
| zip_entry_filesize() |
Returns the actual file size of an entry in the ZIP file |
4 |
| zip_entry_name() |
Returns the name of an entry in the ZIP file |
4 |
| zip_entry_open() |
Opens an entry in the ZIP file for reading |
4 |
| zip_entry_read() |
Reads from an open entry in the ZIP file |
4 |
| zip_open() |
Opens a ZIP file |
4 |
| zip_read() |
Reads the next entry in a ZIP file |
4 |