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.