PHP Text Compression Tool
Fav
关于PHP文本压缩工具介绍:
1、本工具是利用php中的gzencode()与gzcompress()函数进行压缩,并返回压缩后base64编码后的文本内容。
2、本工具的压缩级别的防伪为0到9,数字越大,压缩率越高,默认压缩级别为6。
3、关于 gzcompress() 介绍:
(1)、gzcompress():为ZLIB格式的压缩。它只包含一个最小的头部和校验和,设计目标是作为一个通用的、流式的压缩数据格式。
(2)、适合场景:Redis存储、PHP系统内部压缩,但不适合做为文件传输或下载使用。
4、关于 gzencode() 介绍:
(1)、gzencode():为GZIP格式的压缩。GZIP格式是在ZLIB格式的基础上,增加了一个额外的头部和一些尾部信息,使其更像一个“文件”格式。
(2)、适合场景:网络传输、下载、浏览器兼容等场景,更通用,也更推荐。
5、注意:为了更好的显示压缩后的结果,我对压缩后的结果进行了base64编码。
6、本工具不会在服务器后台保存您压缩的内容,可放心的安全使用。
Recommended Tools
Shelf life calculation
Online food shelf life calculation tool
Browser information viewing
An online tool that allows free viewing of current browser details
Cube (cubic) calculation tool
Online cube (cubic) calculation tool
Wood density calculator
Calculate the density of wood talent online
Smoking Cost Calculator
Assist you in estimating the actual cost of smoking, in order to better quit smoking
Data size conversion
MB/KB/GB/TB/Conversion Tool
Conversion of Angle Units
Online conversion tool for angle units
Binary conversion tool
Online numerical conversion tool
What to eat today
Solving the problem of what to eat every day
Chrome内部页面查看工具
Chrome内核浏览器内部页面查看工具
Reverse Loan Term Calculator
Calculate the number of repayment periods based on the monthly repayment amount and interest rate loan amount
Online HEX and Character Conversion
Online hexadecimal to text conversion tool
breathing exercises
Relaxing the body and mind, reducing stress, and improving attention through rhythmic deep breathing exercises
WPS Text Common Shortcut Key List
WPS Text Common Shortcut Key List
LPR Trend Table
LPR Annual Adjustment Trend Table
Fixed Password Generator
Generate different passwords through fixed passwords and rules
PDF Blank File Generation Tool
Generate a blank PDF file online
QR code analysis
Uploading a QR code image can parse the QR code inside the image.
Random number generator
Generate different random numbers
Body surface area calculator
Calculate your body surface area based on your weight and height
Online URL Batch Extraction Tool
Extract URL addresses in bulk from a piece of text online
Unicode/ASCII conversion
Online Unicode and ASCII Encoding Conversion Tool
Unicode encoding/decoding
A free online Unicode decoding/encoding tool
Video playback
The online video processing is reversed, supports batch processing, and can be downloaded locally.
























粤ICP备2021116614号