php使用ZipArchive提示Fatal error: Class ZipArchive not found in的解决方法

使用压缩包函数必须要安装zip扩展,否则会报错

$ apt install php-zip
原文地址:https://www.cnblogs.com/ailhc/p/8962172.html