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

설명

void zip_close ( resource $zip )

Closes the given ZIP file archive.

인수

zip

A ZIP file previously opened with zip_open().

반환값

값을 반환하지 않습니다.

참고

add a note add a note

User Contributed Notes

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