mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
another change for doc bug #9859
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48133 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c264e11158
commit
4a8bbb1abc
1 changed files with 13 additions and 4 deletions
|
@ -30,10 +30,11 @@
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<simpara>
|
||||
<function>Mail</function> automatically mails the message specified
|
||||
in <parameter>message</parameter> to the receiver specified in
|
||||
<parameter>to</parameter>. Multiple recipients can be specified by
|
||||
putting a comma between each address in <parameter>to</parameter>.
|
||||
<function>Mail</function> automatically mails the message
|
||||
specified in <parameter>message</parameter> to the receiver
|
||||
specified in <parameter>to</parameter>. Multiple recipients can
|
||||
be specified by putting a comma between each address in
|
||||
<parameter>to</parameter>.
|
||||
</simpara>
|
||||
<para>
|
||||
<function>mail</function> returns <literal>TRUE</literal> if the mail
|
||||
|
@ -51,6 +52,14 @@ mail("rasmus@lerdorf.on.ca", "My Subject", "Line 1\nLine 2\nLine 3");
|
|||
the end of the header. This is typically used to add extra
|
||||
headers. Multiple extra headers are separated with a newline.
|
||||
</simpara>
|
||||
<note>
|
||||
<para>
|
||||
On Win32 systems, you must use <literal>\r\n</literal> to
|
||||
seperate headers. Please also note that the cc: and bcc: headers
|
||||
are case sensitve and should be written as <literal>Cc:</literal>
|
||||
and <literal>Bcc:</literal> on Win32 systems.
|
||||
</para>
|
||||
</note>
|
||||
<simpara>
|
||||
If the fifth parameter is supplied, PHP will add this data
|
||||
to the call to the mailer. This is useful when setting the
|
||||
|
|
Loading…
Reference in a new issue