git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@169155 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2004-09-25 09:49:04 +00:00
parent 7d8389d5bd
commit 2a41222512

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.11 $ -->
<!-- $Revision: 1.12 $ -->
<appendix id="filters">
<title>List of Available Filters</title>
<para>
@ -234,7 +234,7 @@ fwrite($fp, "This is a test.\n");
<simpara>
While the <xref linkend="wrappers.compression"/> provide a way of creating
gzip and bz2 compatable files on the local filesystem, they do not provide a
gzip and bz2 compatible files on the local filesystem, they do not provide a
means for generalized compression over network streams, nor do they provide a
means to begin with a non-compressed stream and transition to a compressed one.
For this, a compression filter may be applied to any stream resource at any time.