mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
bug #31863 - fixed typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179028 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
beff4c3de5
commit
9989fb6e38
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<appendix id="filters">
|
||||
<title>List of Available Filters</title>
|
||||
<para>
|
||||
|
@ -22,7 +22,7 @@
|
|||
the PHP application is actually ready for the data or not.
|
||||
If data is sitting in the read buffer when a filter is
|
||||
<emphasis>appended</emphasis>, this data will be immediately
|
||||
processed through that buffer making the fact that is was
|
||||
processed through that filter making the fact that it was
|
||||
sitting in the buffer seem transparent. However, if data is
|
||||
sitting in the read buffer when a filter is
|
||||
<emphasis>prepended</emphasis>, this data will <emphasis>NOT</emphasis>
|
||||
|
@ -372,7 +372,7 @@ The compressed file is 56 bytes long.
|
|||
an internal default.
|
||||
|
||||
The <literal>bzip2.decompress</literal> filter only accepts one parameter,
|
||||
which can be passed as either an ordinary boolean value as the
|
||||
which can be passed as either an ordinary boolean value, or as the
|
||||
<parameter>small</parameter> element of an associative array.
|
||||
|
||||
<parameter>small</parameter>, when set to a &true; value, instructs the bzip library
|
||||
|
|
Loading…
Reference in a new issue