betz            Sun Feb 12 18:57:46 2006 UTC

  Modified files:              
    /phpdoc/en/reference/imap/functions imap-alerts.xml imap-errors.xml 
                                        imap-last-error.xml 
  Log:
  return values clarified, integrated user notes
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/imap/functions/imap-alerts.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/imap/functions/imap-alerts.xml
diff -u phpdoc/en/reference/imap/functions/imap-alerts.xml:1.2 
phpdoc/en/reference/imap/functions/imap-alerts.xml:1.3
--- phpdoc/en/reference/imap/functions/imap-alerts.xml:1.2      Wed Apr 17 
06:39:15 2002
+++ phpdoc/en/reference/imap/functions/imap-alerts.xml  Sun Feb 12 18:57:46 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/imap.xml, last change in rev 1.33 -->
   <refentry id="function.imap-alerts">
    <refnamediv>
@@ -19,9 +19,9 @@
     <para>
      This function returns an array of all of the IMAP alert messages
      generated since the last <function>imap_alerts</function> call,
-     or the beginning of the page. When
-     <function>imap_alerts</function> is called, the alert stack is
-     subsequently cleared. The IMAP specification requires that these
+     or the beginning of the page. Returns &false; if no alert messages are
+     available.When <function>imap_alerts</function> is called, the alert
+     stack is subsequently cleared. The IMAP specification requires that these
      messages be passed to the user.
     </para>
    </refsect1>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/imap/functions/imap-errors.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/imap/functions/imap-errors.xml
diff -u phpdoc/en/reference/imap/functions/imap-errors.xml:1.4 
phpdoc/en/reference/imap/functions/imap-errors.xml:1.5
--- phpdoc/en/reference/imap/functions/imap-errors.xml:1.4      Fri Aug 20 
09:36:58 2004
+++ phpdoc/en/reference/imap/functions/imap-errors.xml  Sun Feb 12 18:57:46 2006
@@ -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.33 -->
   <refentry id="function.imap-errors">
    <refnamediv>
@@ -19,9 +19,9 @@
     <para>
      This function returns an array of all of the IMAP error messages
      generated since the last <function>imap_errors</function> call,
-     or the beginning of the page. When
-     <function>imap_errors</function> is called, the error stack is
-     subsequently cleared.  
+     or the beginning of the page. Returns &false; if no error messages are
+     available. When <function>imap_errors</function> is called, the error
+     stack is subsequently cleared.  
     </para>
     <para>
      See also: <function>imap_last_error</function>.
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/imap/functions/imap-last-error.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/imap/functions/imap-last-error.xml
diff -u phpdoc/en/reference/imap/functions/imap-last-error.xml:1.3 
phpdoc/en/reference/imap/functions/imap-last-error.xml:1.4
--- phpdoc/en/reference/imap/functions/imap-last-error.xml:1.3  Mon Mar  8 
09:18:41 2004
+++ phpdoc/en/reference/imap/functions/imap-last-error.xml      Sun Feb 12 
18:57:46 2006
@@ -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-last-error">
    <refnamediv>
@@ -20,7 +20,7 @@
      message that occurred on the current page. The error stack is
      untouched; calling <function>imap_last_error</function>
      subsequently, with no intervening errors, will return the same
-     error.
+     error. Returns &false; if no error messages are available.
     </para>
     <para>
      See also: <function>imap_errors</function>.

Reply via email to