mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
New keys
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296782 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7fd4f830e8
commit
fffb916e8f
1 changed files with 8 additions and 3 deletions
|
@ -25,7 +25,10 @@
|
|||
<term><parameter>envelope</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
An associative array of headers fields
|
||||
An associative array of headers fields. Valid keys are: "remail",
|
||||
"return_path", "date", "from", "reply_to", "in_reply_to", "subject",
|
||||
"to", "cc", "bcc", "message_id" and "custom_headers" (which contains
|
||||
associative array of other headers).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -36,8 +39,10 @@
|
|||
An indexed array of bodies
|
||||
</para>
|
||||
<para>
|
||||
A body is an associative array which can consist of the following
|
||||
keys: "type", "encoding", "subtype", "description" and "contents.data"
|
||||
A body is an associative array which can consist of the following keys:
|
||||
"type", "encoding", "charset", "type.parameters", "subtype", "id",
|
||||
"description", "disposition.type", "disposition", "contents.data",
|
||||
"lines", "bytes" and "md5".
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue