Minor typos

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@156117 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sara Golemon 2004-04-15 15:38:49 +00:00
parent 6918cce657
commit 22a0d12147

View file

@ -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 @@ fclose($fp);
<function>chunk_split</function>.
</simpara>
<example>
<title>convert.base64_encode</title>
<title>
convert.base64-encode &amp;
convert.base64-decode
</title>
<programlisting role="php">
<![CDATA[
<?php
@ -209,7 +212,10 @@ fclose($fp);
for striping from the encoded payload.
</simpara>
<example>
<title>string.tolower</title>
<title>
convert.quoted-printable-encode &amp;
convert.quoted-printable-decode
</title>
<programlisting role="php">
<![CDATA[
<?php