imap_num_msg

(PHP 4, PHP 5, PHP 7)

imap_num_msgAnzahl der Nachrichten im aktuellen Postfach

Beschreibung

imap_num_msg ( resource $imap_stream ) : int

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, oder FALSE im Fehlerfall.

Siehe auch