1
0
mirror of https://github.com/php/doc-zh.git synced 2026-04-23 16:18:14 +02:00
Files
mowangjuanzi 3702965bc2 Update zlib
2024-01-28 16:51:34 +08:00

55 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 683c11a44a9a1b3cdd44e6707c8efc20aabe9828 Maintainer: mowangjuanzi Status: ready -->
<book xml:id="book.zlib" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundled" ?>
<title>Zlib 压缩</title>
<titleabbrev>Zlib</titleabbrev>
<!-- {{{ preface -->
<preface xml:id="intro.zlib">
&reftitle.intro;
<para>
该模块能够无障碍地读写 gzip 压缩过的文件,使用大多数 <link
linkend="book.filesystem">filesystem</link> 函数的版本,与
gzip 压缩文件(以及未压缩的文件,但不能与 socket 一起使用)一起使用。
</para>
<note>
<para>
PHP 还有用于 <filename>.gz</filename> 文件的 fopen 封装协议。有关 <xref linkend="wrappers.compression" /> 的部分提供了更多信息。
</para>
</note>
</preface>
<!-- }}} -->
&reference.zlib.setup;
&reference.zlib.constants;
&reference.zlib.examples;
&reference.zlib.reference;
&reference.zlib.deflatecontext;
&reference.zlib.inflatecontext;
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->