(PHP >= 7.2.0, PHP 8, PECL zip >= 1.14.0)
ZipArchive::setEncryptionIndex — 设置由索引定义的条目的加密方法
$index
, int $method
, #[\SensitiveParameter] ?string $password
= null
): bool设置由索引定义的条目的加密方法。
index
条目的索引。
method
由 ZipArchive::EM_ 常量之一定义的加密方法。
password
可选密码,缺失时使用默认密码。
版本 | 描述 |
---|---|
8.0.0 |
password 现在可以为空。 |
注意:
此函数仅在针对 libzip ≥ 1.2.0 构建时可用。