mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
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:
parent
aeab65b087
commit
eb9900a146
1 changed files with 8 additions and 0 deletions
|
@ -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<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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue