mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@92341 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
43bf4f369f
commit
73bc2dd948
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
instead -->
|
||||
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.39 $ -->
|
||||
<!-- $Revision: 1.40 $ -->
|
||||
<reference id="ref.mail">
|
||||
<title>Mail functions</title>
|
||||
<titleabbrev>Mail</titleabbrev>
|
||||
|
@ -131,7 +131,7 @@ mail("joecool@example.com", "My Subject", "Line 1\nLine 2\nLine 3");
|
|||
</simpara>
|
||||
<note>
|
||||
<para>
|
||||
You must use <literal>\r\n</literal> to seperate headers, although
|
||||
You must use <literal>\r\n</literal> to separate headers, although
|
||||
some Unix mail transfer agents may work with just a single newline
|
||||
(<literal>\n</literal>). The Cc: header is case sensitive and must
|
||||
be written as <literal>Cc:</literal> on Win32 systems. The Bcc:
|
||||
|
|
Loading…
Reference in a new issue