PHP Doku:: Anzahl der Nachrichten im aktuellen Postfach - function.imap-num-msg.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzE-Mail-relevante ErweiterungenIMAP, POP3 and NNTPIMAP Funktionenimap_num_msg

Ein Service von Reinhard Neidl - Webprogrammierung.

IMAP Funktionen

<<imap_msgno

imap_num_recent>>

imap_num_msg

(PHP 4, PHP 5)

imap_num_msgAnzahl der Nachrichten im aktuellen Postfach

Beschreibung

int imap_num_msg ( resource $imap_stream )

Liefert die Anzahl der Nachrichten im aktuellen Postfach.

Parameter-Liste

imap_stream

Eine von imap_open() zurückgegebene IMAP-Verbindung.

Rückgabewerte

Liefert die Anzahl der Nachrichten im aktuellen Postfach als Integer.

Siehe auch


2 BenutzerBeiträge:
- Beiträge aktualisieren...
Oliver
14.04.2006 0:53
imap_num_msg($stream) does only return a correct result, if you did not append , delete, etc messages from the mailbox.

Otherwise you have to call imap_check($stream) to update the value for this function.
comlampe at aol dot com
8.04.2004 21:30
While imap_status sets "read"-Flag when used, imap_num_msg does not touch any flag.



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)