Net_POP3::numMsg()

Net_POP3::numMsg() -- number of messages in this maildrop

Synopsis

require_once 'Net/POP3.php';

mixed Net_POP3::numMsg ()

Beschreibung

Returns number of messages in this maildrop.

Rückgabewert

mixed - Either number of messages or FALSE on error.

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.