mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Added mail() return details.
Pretty obvious, but not to all. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47093 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d2796de90f
commit
5935cf5b72
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
|||
</simpara>
|
||||
</partintro>
|
||||
|
||||
|
||||
<refentry id="function.mail">
|
||||
<refnamediv>
|
||||
<refname>mail</refname>
|
||||
|
@ -36,6 +35,10 @@
|
|||
<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
|
||||
is sucessfully sent, <literal>FALSE</literal> otherwise.
|
||||
</para>
|
||||
<para>
|
||||
<example>
|
||||
<title>Sending mail.</title>
|
||||
|
|
Loading…
Reference in a new issue