zip_close

(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.0.0)

zip_closeClose a ZIP file archive

Opis

zip_close ( resource $zip ) : void

Closes the given ZIP file archive.

Parametry

zip

A ZIP file previously opened with zip_open().

Zwracane wartości

Nie jest zwracana żadna wartość.

Zobacz też:

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top