From f126a34f0d270fcfe6a37f16718f24f5a886885d Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Fri, 2 Jan 2004 09:36:48 +0000 Subject: [PATCH] Typofixing. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147679 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../iconv/functions/iconv-mime-decode-headers.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/iconv/functions/iconv-mime-decode-headers.xml b/reference/iconv/functions/iconv-mime-decode-headers.xml index b8f8d981c4..688c5ca925 100644 --- a/reference/iconv/functions/iconv-mime-decode-headers.xml +++ b/reference/iconv/functions/iconv-mime-decode-headers.xml @@ -1,5 +1,5 @@ - + iconv_mime_decode_headers @@ -26,9 +26,9 @@ 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, iconv_mime_decode_headers automatically incorporates - them into an numerically indexed array in the order of occurrence. + them into a numerically indexed array in the order of occurrence. @@ -63,8 +63,8 @@ ICONV_MIME_DECODE_CONTINUE_ON_ERROR If set, iconv_mime_decode_headers - 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.