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.
我正在开发一个将存储大量文本文件作为备份的项目。我希望它以某种方式压缩。这时候我正在使用 gzdeflate 来压缩文件。PHP中有没有更有效的文本压缩算法?不涉及图像等。
提前致谢。
如果“有效”是指尺寸大小,那么bzcompress()通常会击败 gzdeflate。
bzcompress()