Net_POP3::numMsg()

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

Synopsis

require_once 'Net/POP3.php';

mixed Net_POP3::numMsg ( )

Description

Returns number of messages in this maildrop.

Return value

mixed - Either number of messages or FALSE on error.

Note

This function can not be called statically.