mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix #27307
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151700 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ec1deef69d
commit
64f2889e4a
2 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/imap.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.imap-body">
|
||||
<refnamediv>
|
||||
|
@ -16,8 +16,8 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
<function>imap_body</function> returns the body of the message,
|
||||
numbered <parameter> msg_number</parameter> in the current
|
||||
mailbox. The optional <parameter>flags</parameter> are a bit mask
|
||||
numbered <parameter>msg_number</parameter> in the current
|
||||
mailbox. The optional <parameter>options</parameter> are a bit mask
|
||||
with one or more of the following:
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/imap.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.imap-fetchstructure">
|
||||
<refnamediv>
|
||||
|
@ -18,7 +18,7 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
This function fetches all the structured information for a given
|
||||
message. The optional <parameter>flags</parameter> parameter only
|
||||
message. The optional <parameter>options</parameter> parameter only
|
||||
has a single option, <parameter>FT_UID</parameter>, which tells
|
||||
the function to treat the <parameter>msg_number</parameter>
|
||||
argument as a <parameter>UID</parameter>. The returned object
|
||||
|
|
Loading…
Reference in a new issue