[PHP-DOC] cvs: phpdoc /en/reference/imap/functions imap-append.xml From: Damien Seguy (dams <email protected>)
Date: 02/05/03

dams Wed Feb 5 22:05:23 2003 EDT

  Modified files:
    /phpdoc/en/reference/imap/functions imap-append.xml
  Log:
  use return.success
  
Index: phpdoc/en/reference/imap/functions/imap-append.xml
diff -u phpdoc/en/reference/imap/functions/imap-append.xml:1.3 phpdoc/en/reference/imap/functions/imap-append.xml:1.4
--- phpdoc/en/reference/imap/functions/imap-append.xml:1.3 Wed Oct 9 10:55:05 2002
+++ phpdoc/en/reference/imap/functions/imap-append.xml Wed Feb 5 22:05: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.2 -->
   <refentry id="function.imap-append">
    <refnamediv>
@@ -18,14 +18,14 @@
       <methodparam choice="opt"><type>string</type><parameter>options</parameter></methodparam>
      </methodsynopsis>
     <para>
- Returns &true; on sucess, &false; on error.
- </para>
- <para>
      <function>imap_append</function> appends a string message to the
      specified mailbox <parameter>mbox</parameter>. If the optional
      <parameter>options</parameter> is specified, writes the
      <parameter>options</parameter> to that mailbox also.
     </para>
+ <para>
+ &return.sucess;
+ </para>
     <para>
      When talking to the Cyrus IMAP server, you must use "\r\n" as
      your end-of-line terminator instead of "\n" or the operation will

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php