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.
我需要上传几个文件并将其作为包存储在 php.ini 中。
在存储包时,它必须以 .jar 或 .rpm 格式作为输出。
有没有办法将包文件即时转换为 .jar 或 .rpm 或需要处理系统命令。这个操作系统是否依赖。
任何帮助!
.jar 文件基本上是一个 zip 存档,因此在 php 中生成一个 .jar 文件应该没有问题。