diff --git a/functions/mbstring.xml b/functions/mbstring.xml index 32207cba42..a631b0d083 100644 --- a/functions/mbstring.xml +++ b/functions/mbstring.xml @@ -1,5 +1,5 @@ - + Multi-Byte String Functions @@ -1929,7 +1929,7 @@ $convmap = array ( to is mail addresses send to. Multiple recipients can be specified by putting a comma between each - address in to. + address in to. This parameter is not automatically encoded. subject is subject of mail. @@ -1941,7 +1941,7 @@ $convmap = array ( additional_headers is inserted at the end of the header. This is typically used to add extra headers. Multiple extra headers are separated with a - newline(\n). + newline ("\n"). additional_parameter is a MTA command line @@ -1949,12 +1949,12 @@ $convmap = array ( header when using sendmail. - It returns &true; for success, otherwise it - returns &false;. + &return.success; - See also: mb_language, - mail. + See also mail, + mb_encode_mimeheader, and + mb_language.