mirror of
https://github.com/php/doc-tr.git
synced 2026-03-24 07:12:18 +01:00
58 lines
1.6 KiB
XML
58 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- EN-Revision: 683c11a44a9a1b3cdd44e6707c8efc20aabe9828 Maintainer: nilgun 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 Sıkıştırması</title>
|
||
<titleabbrev>Zlib</titleabbrev>
|
||
|
||
<!-- {{{ preface -->
|
||
<preface xml:id="intro.zlib">
|
||
&reftitle.intro;
|
||
<para>
|
||
Bu modül, gzip sıkıştırmalı dosyalarla (sıkıştırılmamış olanlarla da fakat
|
||
soketlerle değil) çalışabilen <link linkend="book.filesystem">dosya
|
||
sistemi</link> işlevlerinin bazıları üzerinden gzip
|
||
(<filename>.gz</filename>) sıkıştırmalı dosyaların okunup yazılabilmesini
|
||
sağlar.
|
||
</para>
|
||
<note>
|
||
<para>
|
||
PHP <filename>.gz</filename> uzantılı dosyalar için bir fopen sarmalayıcısı
|
||
da içerir. Bu konuda daha fazla bilgi için bkz:
|
||
<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
|
||
-->
|
||
|