Net_POP3::numMsg()
Net_POP3::numMsg() – number of messages in this maildrop
Synopsis
require_once 'Net/POP3.php';
mixed
Net_POP3::numMsg (
)
Описание
Returns number of messages in this maildrop.
Return value
mixed
- Either number of messages or FALSE
on error.
Замечание
This function can not be called statically.