moriyoshi Fri Jan 2 04:36:48 2004 EDT
Modified files:
/phpdoc/en/reference/iconv/functions iconv-mime-decode-headers.xml
Log:
Typofixing.
Index: phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml
diff -u phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.5
phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.6
--- phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml:1.5 Tue
Dec 23 07:21:27 2003
+++ phpdoc/en/reference/iconv/functions/iconv-mime-decode-headers.xml Fri Jan 2
04:36:48 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="function.iconv-mime-decode-headers">
<refnamediv>
<refname>iconv_mime_decode_headers</refname>
@@ -26,9 +26,9 @@
<para>
Each key of the return value represents an individual
field name and the corresponding element represents a field value.
- If more than one field of the same field name are present,
+ If more than one field of the same name are present,
<function>iconv_mime_decode_headers</function> automatically incorporates
- them into an numerically indexed array in the order of occurrence.
+ them into a numerically indexed array in the order of occurrence.
</para>
<para>
@@ -63,8 +63,8 @@
<entry>ICONV_MIME_DECODE_CONTINUE_ON_ERROR</entry>
<entry>
If set, <function>iconv_mime_decode_headers</function>
- attempts to continue to process the given header even though
- an error occurs.
+ attempts to ignore any grammatical errors and continue to process
+ a given header.
</entry>
</row>
</tbody>