https://blog.csdn.net/zhao1234567890123456/article/details/39371243
//存入数据库
- $CONTENT=“测试内容”; //$CONTENT为新闻内容
- $COMPRESS_CONTENT = bin2hex(gzcompress($CONTENT));
取出数据@gzuncompress(hex2bin(data));
记录php学习日志
https://blog.csdn.net/zhao1234567890123456/article/details/39371243
//存入数据库
取出数据@gzuncompress(hex2bin(data));