Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个文本文件,其中包含服务器中多个文件的路径,每行 1 个文件,有没有办法读取这些行并从 em 创建一个 zip?
提前致谢。
PHP 具有创建 zip 的功能。
这是一个简单的例子:http ://davidwalsh.name/create-zip-php
您需要读取文件名,将它们放入列表中,然后使用示例中的函数。