mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Typofixing.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147679 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1a93d44811
commit
f126a34f0d
1 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue