ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> phpdoc
phpdoc
[PHP-DOC] cvs: phpdoc /en/functions mbstring.xml
by jim winstead other posts by this author
Dec 18 2001 11:14PM messages near this date
[PHP-DOC] cvs: phpdoc /en/chapters security.xml | [PHP-DOC] cvs: phpdoc /en/functions pdf.xml
jimw		Tue Dec 18 18:14:57 2001 EDT

  Modified files:              
    /phpdoc/en/functions	mbstring.xml 
  Log:
  mb_send_mail: incorporate user notes
  
Index: phpdoc/en/functions/mbstring.xml
diff -u phpdoc/en/functions/mbstring.xml:1.17 phpdoc/en/functions/mbstring.xml:1.18
--- phpdoc/en/functions/mbstring.xml:1.17	Wed Dec 12 15:47:01 2001
+++ phpdoc/en/functions/mbstring.xml	Tue Dec 18 18:14:56 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?> 
-<!-- $Revision: 1.17 $ --> 
+<!-- $Revision: 1.18 $ --> 
  <reference id="ref.mbstring"> 
   <title> Multi-Byte String Functions</title> 
   <titleabbrev> 
@@ -1929,7 +1929,7 @@
     <para> 
      <parameter> to</parameter> 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.
     </para> 
     <para> 
      <parameter> subject</parameter> is subject of mail.
@@ -1941,7 +1941,7 @@
      <parameter> additional_headers</parameter> 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").
     </para> 
     <para> 
      <parameter> additional_parameter</parameter> is a MTA command line
@@ -1949,12 +1949,12 @@
      header when using sendmail.
     </para> 
     <para> 
-     It returns &true; for success, otherwise it
-     returns &false;.
+     &return.success;
     </para> 
     <para> 
-     See also: <function> mb_language</function>,
-     <function> mail</function>.
+     See also <function> mail</function>,
+     <function> mb_encode_mimeheader</function>, and
+     <function> mb_language</function>.
     </para> 
    </refsect1> 
   </refentry> 

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved