PHPMailer\PHPMailer
SMTP::getLastReply
Get the last reply from the server.
Метод класса: SMTP{}
Хуков нет.
Возвращает
Строку.
Использование
$SMTP = new SMTP(); $SMTP->getLastReply();
Код SMTP::getLastReply() SMTP::getLastReply WP 6.9
public function getLastReply()
{
return $this->last_reply;
}