dams Wed Feb 5 22:08:22 2003 EDT
Modified files:
/phpdoc/en/reference/imap/functions imap-mail-move.xml
Log:
use return.success
Index: phpdoc/en/reference/imap/functions/imap-mail-move.xml
diff -u phpdoc/en/reference/imap/functions/imap-mail-move.xml:1.3
phpdoc/en/reference/imap/functions/imap-mail-move.xml:1.4
--- phpdoc/en/reference/imap/functions/imap-mail-move.xml:1.3 Wed Oct 9 10:55:05
2002
+++ phpdoc/en/reference/imap/functions/imap-mail-move.xml Wed Feb 5 22:08:22
+2003
@@ -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.33 -->
<refentry id="function.imap-mail-move">
<refnamediv>
@@ -15,17 +15,17 @@
<methodparam><type>string</type><parameter>mbox</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>options</parameter></methodparam>
</methodsynopsis>
- <para>
- Returns &true; on success and &false; on error.
- </para>
<para>
Moves mail messages specified by <parameter>msglist</parameter>
- to specified mailbox. <parameter>msglist</parameter> is a range
- not just message numbers (as described in
+ to specified mailbox <parameter>mbox</parameter>. <parameter>msglist</parameter>
+ is a range not just message numbers (as described in
<ulink url="&url.rfc;rfc2060.html">RFC2060</ulink>).
</para>
<para>
- Flags is a bitmask and may contain the single option
+ &return.success;
+ </para>
+ <para>
+ <parameter>options</parameter> is a bitmask and may contain the single option
<itemizedlist>
<listitem>
<simpara>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php