Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
zip_entry_close() function in PHP
The zip_entry_close() function is used to close a zip archive opened by the zip_entry_open() function.
Syntax
zip_entry_close(zip_entry)
Parameters
zip_entry − The zip entry resource. Required.
Return
The zip_entry_close() function Returns TRUE on success and FALSE on failure.
The following is an example. Let’s say we have "new.zip" file as our archive.
Example
Advertisements
