mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@169155 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7d8389d5bd
commit
2a41222512
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue