mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
imap_fetchbodystructure: parts can contain parts, incorporate notes into table
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66672 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
33be1875fb
commit
0e792a79b8
1 changed files with 9 additions and 27 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.58 $ -->
|
||||
<!-- $Revision: 1.59 $ -->
|
||||
<reference id='ref.imap'>
|
||||
<title>IMAP, POP3 and NNTP functions</title>
|
||||
<titleabbrev>IMAP</titleabbrev>
|
||||
|
@ -994,7 +994,9 @@ FT_PREFETCHTEXT The RFC822.TEXT should be pre-fetched at the
|
|||
</row>
|
||||
<row>
|
||||
<entry>dparameters</entry>
|
||||
<entry>Disposition parameter array</entry>
|
||||
<entry>An array of objects where each object has an "attribute" and a
|
||||
"value" property corresponding to the parameters on the
|
||||
Content-disposition <acronym>MIME</acronym>header.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>ifparameters</entry>
|
||||
|
@ -1002,39 +1004,19 @@ FT_PREFETCHTEXT The RFC822.TEXT should be pre-fetched at the
|
|||
</row>
|
||||
<row>
|
||||
<entry>parameters</entry>
|
||||
<entry><acronym>MIME</acronym> parameters array</entry>
|
||||
<entry>An array of objects where each object has an "attribute" and
|
||||
a "value" property.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>parts</entry>
|
||||
<entry>Array of objects describing each message part</entry>
|
||||
<entry>An array of objects identical in structure to the top-level
|
||||
object, each of which corresponds to a <acronym>MIME</acronym> body
|
||||
part.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
</para>
|
||||
<note>
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
dparameters is an array of objects where each object has an
|
||||
"attribute" and a "value" property.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Parameter is an array of objects where each object has an
|
||||
"attributte" and a "value" property.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Parts is an array of objects identical in structure to the
|
||||
top-level object, with the limitation that it cannot contain
|
||||
further 'parts' objects.
|
||||
</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</note>
|
||||
<para>
|
||||
<table>
|
||||
<title>Primary body type</title>
|
||||
|
|
Loading…
Reference in a new issue