Typofixing.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147679 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Moriyoshi Koizumi 2004-01-02 09:36:48 +00:00
parent 1a93d44811
commit f126a34f0d

View file

@ -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>