mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
This construct don't work with print stylesheets.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@22617 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e4f91bc8db
commit
4bb047b57f
1 changed files with 26 additions and 25 deletions
|
@ -607,14 +607,7 @@ imap_close($mbox);
|
|||
<entry>True if the dparameters array exists</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>dparameters
|
||||
<footnote>
|
||||
<para>
|
||||
dparameters is an array of objects where each object has
|
||||
an "attribute" and a "value" property.
|
||||
</para>
|
||||
</footnote>
|
||||
</entry>
|
||||
<entry>dparameters</entry>
|
||||
<entry>Disposition parameter array</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -622,32 +615,40 @@ imap_close($mbox);
|
|||
<entry>True if the parameters array exists</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>parameters
|
||||
<footnote>
|
||||
<para>
|
||||
Parameter is an array of objects where each object has an
|
||||
"attributte" and a "value" property.
|
||||
</para>
|
||||
</footnote>
|
||||
</entry>
|
||||
<entry>parameters</entry>
|
||||
<entry><acronym>MIME</acronym> parameters array</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>parts
|
||||
<footnote>
|
||||
<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>
|
||||
</footnote>
|
||||
</entry>
|
||||
<entry>parts</entry>
|
||||
<entry>Array of objects describing each message 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