我正在尝试使用 PHP 7.2.7 创建一个加密的、受密码保护的 ZIP 文件。但是,我收到以下错误消息:
Attempted to call an undefined method named "setEncryptionName" of class "ZipArchive".
http://php.net/manual/en/ziparchive.setencryptionname.php
如果我删除$zip->setEncryptionName()
,那么一切都会 100% 正常工作,除了 ZIP 文件没有密码保护。
我进行了 Google 和论坛搜索,但找不到遇到类似问题的任何人,可能是因为 PHP 版本和功能仍然太新。