dams            Wed Feb  5 22:32:43 2003 EDT

  Modified files:              
    /phpdoc/en/reference/imap/functions imap-close.xml 
                                        imap-subscribe.xml 
                                        imap-undelete.xml 
                                        imap-unsubscribe.xml 
  Log:
  use return.success
  
Index: phpdoc/en/reference/imap/functions/imap-close.xml
diff -u phpdoc/en/reference/imap/functions/imap-close.xml:1.3 
phpdoc/en/reference/imap/functions/imap-close.xml:1.4
--- phpdoc/en/reference/imap/functions/imap-close.xml:1.3       Wed Oct  9 10:55:05 
2002
+++ phpdoc/en/reference/imap/functions/imap-close.xml   Wed Feb  5 22:32:42 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-close">
    <refnamediv>
@@ -9,9 +9,9 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>bool</type><methodname>imap_close</methodname>
+      <type>bool</type><methodname>imap_createmailbox</methodname>
       
<methodparam><type>resource</type><parameter>imap_stream</parameter></methodparam>
-      <methodparam 
choice="opt"><type>int</type><parameter>options</parameter></methodparam>
+      <methodparam><type>string</type><parameter>mbox</parameter></methodparam>
      </methodsynopsis>
     <para> 
      Close the imap stream. Takes an optional
Index: phpdoc/en/reference/imap/functions/imap-subscribe.xml
diff -u phpdoc/en/reference/imap/functions/imap-subscribe.xml:1.3 
phpdoc/en/reference/imap/functions/imap-subscribe.xml:1.4
--- phpdoc/en/reference/imap/functions/imap-subscribe.xml:1.3   Wed Oct  9 10:55:05 
2002
+++ phpdoc/en/reference/imap/functions/imap-subscribe.xml       Wed Feb  5 22:32:42 
+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.7 -->
   <refentry id="function.imap-subscribe">
    <refnamediv>
@@ -17,7 +17,7 @@
      Subscribe to a new mailbox.
     </para>
     <para>
-     Returns &true; on success and &false; on error.
+     &return.success;
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/imap/functions/imap-undelete.xml
diff -u phpdoc/en/reference/imap/functions/imap-undelete.xml:1.3 
phpdoc/en/reference/imap/functions/imap-undelete.xml:1.4
--- phpdoc/en/reference/imap/functions/imap-undelete.xml:1.3    Wed Oct  9 10:55:05 
2002
+++ phpdoc/en/reference/imap/functions/imap-undelete.xml        Wed Feb  5 22:32:42 
+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.9 -->
   <refentry id="function.imap-undelete">
    <refnamediv>
@@ -21,7 +21,7 @@
      <function>imap_mail_move</function>.
     </para>
     <para>
-     Returns &true; on success and &false; on error.
+     &return.success;
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/imap/functions/imap-unsubscribe.xml
diff -u phpdoc/en/reference/imap/functions/imap-unsubscribe.xml:1.3 
phpdoc/en/reference/imap/functions/imap-unsubscribe.xml:1.4
--- phpdoc/en/reference/imap/functions/imap-unsubscribe.xml:1.3 Wed Oct  9 10:55:05 
2002
+++ phpdoc/en/reference/imap/functions/imap-unsubscribe.xml     Wed Feb  5 22:32:42 
+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.9 -->
   <refentry id="function.imap-unsubscribe">
    <refnamediv>
@@ -17,7 +17,7 @@
      Unsubscribe from a specified mailbox.
     </para>
     <para>
-     Returns &true; on success and &false; on error.
+     &return.success;
     </para>
    </refsect1>
   </refentry>



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

Reply via email to