mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
- Added a note about new lines
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@45741 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
90eca153df
commit
bf49514ac3
1 changed files with 6 additions and 0 deletions
|
@ -123,6 +123,12 @@ mail($recipient, $subject, $message, $headers);
|
|||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
Make sure you have no new-line (or other whitespace) after your to or
|
||||
subject parameters, as this may cause strange results.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue