php字符串压缩方法比较
php字符串压缩方法比较2014-08-20php 提供的字符串压缩方法有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 ver...