PHP Manual
Function Reference
Compression and Archive Extensions
Zip
Introduction
Installing/Configuring
Predefined Constants
Examples
ZipArchive
Zip Functions
ZipArchive::unchangeName
zip_close
Zip
PHP Manual
Zip Functions
Warning
The procedural API is deprecated as of PHP 8.0.0.
ZipArchive
should be used instead.
Table of Contents
zip_close
— Close a ZIP file archive
zip_entry_close
— Close a directory entry
zip_entry_compressedsize
— Retrieve the compressed size of a directory entry
zip_entry_compressionmethod
— Retrieve the compression method of a directory entry
zip_entry_filesize
— Retrieve the actual file size of a directory entry
zip_entry_name
— Retrieve the name of a directory entry
zip_entry_open
— Open a directory entry for reading
zip_entry_read
— Read from an open directory entry
zip_open
— Open a ZIP file archive
zip_read
— Read next entry in a ZIP file archive