PHP Conference Japan 2024

zip_entry_compressionmethod

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

zip_entry_compressionmethod检索目录条目的压缩方法

警告

此函数自 PHP 8.0.0 起已弃用。强烈建议不要依赖此函数。

描述

#[\Deprecated]
zip_entry_compressionmethod(资源 $zip_entry): 字符串|false

返回由 zip_entry 指定的目录条目的压缩方法。

参数

zip_entry

zip_read() 返回的目录条目。

返回值

压缩方法,或在失败时返回false

变更日志

版本 描述
8.0.0 此函数已弃用,建议使用对象 API,请参见 ZipArchive::statIndex()

参见

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top