added see also notes to imap_num_msg and imap_num_recent

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@45105 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Beckham 2001-04-10 15:42:24 +00:00
parent aeab65b087
commit eb9900a146

View file

@ -1844,6 +1844,10 @@ for($i=0;$i<count($elements);$i++) {
<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>
@ -1864,6 +1868,10 @@ for($i=0;$i&lt;count($elements);$i++) {
<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>