略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: 简介

2024-05-03

简介

This module enables you to transparently read and write gzip (.gz) compressed files, through versions of most of the filesystem functions which work with gzip-compressed files (and uncompressed files, too, but not with sockets).

注意:

PHP comes with a fopen-wrapper for .gz-files. More information is available in the section about zlib://.

add a noteadd a note

User Contributed Notes 1 note

up
-6
Anon
2 years ago
This introduction is incomplete because it lacks the information that the module can be used to use HTTP gzip compression with the 'zlib.output_compression' and  'zlib.output_compression_level' configuration settings.

Please be aware that cross-site scripting should be disabled when using HTTP compression because of possible BREACH attacks.

官方地址:https://www.php.net/manual/en/intro.zlib.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3