Easy Tutorial
❮ Func String Strspn Filter Sanitize Number Float ❯

PHP zip_close() Function



Definition and Usage

The zip_close() function closes a zip archive opened by the zip_open() function.

Syntax

Parameter Description
zip Required. Specifies the zip resource to close (a zip file opened by zip_open()).

Example


❮ Func String Strspn Filter Sanitize Number Float ❯