ZipArchive::setEncryptionIndex
(PHP >= 7.2.0, PHP 8, PECL zip >= 1.14.0)
ZipArchive::setEncryptionIndex — index で定義されたエントリの暗号化方法を指定する
説明
public ZipArchive::setEncryptionIndex(int
$index
, int $method
, #[\SensitiveParameter] ?string $password
= null
): boolindex で定義されたエントリの暗号化方法を設定します。
パラメータ
index
-
エントリのインデックスです
method
-
ZipArchive::EM_ 定数のうちのひとつによって定義された暗号化方式
password
-
オプションで指定するパスワード。 指定されない場合はデフォルトの値が使われます。
変更履歴
バージョン | 説明 |
---|---|
8.0.0 |
password は、nullable になりました。
|
注意
注意:
この関数は、libzip ≥ 1.2.0 でビルドされた場合にのみ利用可能です。
参考
- ZipArchive::setPassword() - アクティブなアーカイブにパスワードを設定する
- ZipArchive::setEncryptionName() - 名前で定義されたエントリの暗号化方式を設定する
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google