pollita Thu Apr 15 11:38:50 2004 EDT
Modified files:
/phpdoc/en/appendices filters.xml
Log:
Minor typos
http://cvs.php.net/diff.php/phpdoc/en/appendices/filters.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/appendices/filters.xml
diff -u phpdoc/en/appendices/filters.xml:1.3 phpdoc/en/appendices/filters.xml:1.4
--- phpdoc/en/appendices/filters.xml:1.3 Wed Apr 14 01:37:43 2004
+++ phpdoc/en/appendices/filters.xml Thu Apr 15 11:38:49 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<appendix id="filters">
<title>List of Built-In Filters</title>
<para>
@@ -164,7 +164,10 @@
<function>chunk_split</function>.
</simpara>
<example>
- <title>convert.base64_encode</title>
+ <title>
+ convert.base64-encode &
+ convert.base64-decode
+ </title>
<programlisting role="php">
<![CDATA[
<?php
@@ -209,7 +212,10 @@
for striping from the encoded payload.
</simpara>
<example>
- <title>string.tolower</title>
+ <title>
+ convert.quoted-printable-encode &
+ convert.quoted-printable-decode
+ </title>
<programlisting role="php">
<![CDATA[
<?php