mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Typo (bug 13631)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@59329 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
dd1e55aba0
commit
2f1002e1fe
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.28 $ -->
|
||||
<!-- $Revision: 1.29 $ -->
|
||||
<reference id="ref.mail">
|
||||
<title>Mail functions</title>
|
||||
<titleabbrev>Mail</titleabbrev>
|
||||
|
@ -98,7 +98,7 @@ mail("nobody@aol.com", "the subject", $message,
|
|||
<title>Sending mail with extra headers and setting an additional command line parameter.</title>
|
||||
<programlisting>
|
||||
mail("nobody@aol.com", "the subject", $message,
|
||||
"From: webmaster@$SERVER_NAME", "-fwebmaster@$SERVERNAME");
|
||||
"From: webmaster@$SERVER_NAME", "-fwebmaster@$SERVER_NAME");
|
||||
</programlisting>
|
||||
</example>
|
||||
You can also use fairly simple string building techniques to
|
||||
|
|
Loading…
Reference in a new issue