While imap_status sets "read"-Flag when used, imap_num_msg does not touch any flag.
(PHP 4, PHP 5, PHP 7, PHP 8)
imap_num_msg — Liefert die Anzahl der Nachrichten im aktuellen Postfach
Gibt die Anzahl der Nachrichten im aktuellen Postfach zurück.
Gibt die Anzahl der Nachrichten im aktuellen Postfach als Integer zurück
oder false
im Fehlerfall.
Version | Beschreibung |
---|---|
8.1.0 |
Der Parameter imap erwartet nun eine
IMAP\Connection-Instanz; vorher wurde eine gültige
imap -Ressource erwartet.
|
While imap_status sets "read"-Flag when used, imap_num_msg does not touch any flag.