zip_entry_close

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

zip_entry_closeClose a directory entry

설명

bool zip_entry_close ( resource $zip_entry )

Closes the specified directory entry.

인수

zip_entry

A directory entry previously opened zip_entry_open().

반환값

성공 시 TRUE를, 실패 시 FALSE를 반환합니다.

참고

add a note add a note

User Contributed Notes

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