= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0)zip_entry_close — 關(guān)閉目錄項(xiàng)說明zip_entry_close(resource $zip_entry): bool關(guān)閉指">

zip_entry_close

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

zip_entry_close關(guān)閉目錄項(xiàng)

說明

zip_entry_close(resource $zip_entry): bool

關(guān)閉指定的目錄項(xiàng)。

參數(shù)

zip_entry

一個(gè)由zip_entry_open()打開的項(xiàng)目。

返回值

成功時(shí)返回 true, 或者在失敗時(shí)返回 false。

參見