[PHP-DOC] cvs: phpdoc /en/functions imap.xml From: Daniel Beckham (danbeck <email protected>)
Date: 04/10/01

danbeck Tue Apr 10 08:42:24 2001 EDT

  Modified files:
    /phpdoc/en/functions imap.xml
  Log:
  added see also notes to imap_num_msg and imap_num_recent
  
Index: phpdoc/en/functions/imap.xml
diff -u phpdoc/en/functions/imap.xml:1.33 phpdoc/en/functions/imap.xml:1.34
--- phpdoc/en/functions/imap.xml:1.33 Thu Apr 5 17:14:54 2001
+++ phpdoc/en/functions/imap.xml Tue Apr 10 08:42:24 2001
@@ -1844,6 +1844,10 @@
     <para>
      Return the number of messages in the current mailbox.
     </para>
+ <para>
+ See also: <function>imap_num_recent</function> and
+ <function>imap_status</function>.
+ </para>
    </refsect1>
   </refentry>
 
@@ -1863,6 +1867,10 @@
     </funcsynopsis>
     <para>
      Returns the number of recent messages in the current mailbox.
+ </para>
+ <para>
+ See also: <function>imap_num_msg</function> and
+ <function>imap_status</function>.
     </para>
    </refsect1>
   </refentry>