(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0)
zip_entry_close — 关闭目录项
此函数从 PHP 8.0.0 开始已被弃用。强烈建议不要依赖此函数。
$zip_entry
关闭指定的目录项。
zip_entry
之前使用 zip_entry_open() 打开的目录项。
成功时返回 true,失败时返回 false。
true
false