mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Content-Type and Content-Transfer-Encoding headers (bug #22064)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183776 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9c6fac5f07
commit
f80551189e
1 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/mbstring.xml, last change in rev 1.19 -->
|
||||
<refentry id="function.mb-send-mail">
|
||||
<refnamediv>
|
||||
|
@ -43,6 +43,14 @@
|
|||
headers. Multiple extra headers are separated with a
|
||||
newline ("\n").
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
<literal>Content-Type</literal> and
|
||||
<literal>Content-Transfer-Encoding</literal> headers can be redefined as
|
||||
of PHP 5.0.0. In PHP 4, values defined by
|
||||
<function>mb_language</function> are always used.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
<parameter>additional_parameter</parameter> is a MTA command line
|
||||
parameter. It is useful when setting the correct Return-Path
|
||||
|
|
Loading…
Reference in a new issue