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:
Damien Seguy 2001-05-11 07:31:28 +00:00
parent d2796de90f
commit 5935cf5b72

View file

@ -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>