ZipArchive::setEncryptionIndex

(PHP >= 7.2.0, PHP 8, PECL zip >= 1.14.0)

ZipArchive::setEncryptionIndex设置由索引定义的条目的加密方法

描述

public ZipArchive::setEncryptionIndex(int $index, int $method, #[\SensitiveParameter] ?string $password = null): bool

设置由索引定义的条目的加密方法。

参数

index

条目的索引。

method

由 ZipArchive::EM_ 常量之一定义的加密方法。

password

可选密码,缺失时使用默认密码。

返回值

成功时返回 true,失败时返回 false

变更日志

版本 描述
8.0.0 password 现在可以为空。

备注

注意:

此函数仅在针对 libzip ≥ 1.2.0 构建时可用。

参见

添加备注

用户贡献的备注

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