摘要:
php 提供的字符串压缩方法有1.gzcompress — Compress a stringThis function compress the given string using the ZLIB data format.2.gzencode — Create a gzip compressed stringThis function returns a compressed version of the input data compatible with the output of the gzip program3.gzdeflate — Deflate a stringThis 阅读全文