mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155476 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
db1d163ebe
commit
060c864569
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<appendix id="filters">
|
||||
<title>List of Built-In Filters</title>
|
||||
<para>
|
||||
|
@ -137,7 +137,7 @@
|
|||
<literal>convert.base64-encode</literal> will insert the value of
|
||||
<literal>$parameters['line-break-chars']</literal> every <literal>$parameters['line-length']</literal>
|
||||
characters of base64 output. This allow automatic formatting of encoded output
|
||||
otherwise acheived using <function>chunk_split</function>.
|
||||
otherwise achieved using <function>chunk_split</function>.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -151,7 +151,7 @@
|
|||
<row>
|
||||
<entry><literal>convert.quoted-printable-encode</literal></entry>
|
||||
<entry>
|
||||
None. This is the counterpart to quoted-pritnable-decode.
|
||||
None. This is the counterpart to quoted-printable-decode.
|
||||
</entry>
|
||||
<entry><literal>PHP 5.0.0</literal></entry>
|
||||
<entry>
|
||||
|
|
Loading…
Reference in a new issue