zip_close — Close a ZIP file archive
This function has been DEPRECATED as of PHP 8.0.0. Relying on this function is highly discouraged.
$zip): voidCloses the given ZIP file archive.
No value is returned.
| Version | Description |
|---|---|
| 8.0.0 | This function is deprecated in favor of the Object API, see ZipArchive::close(). |