PHPMailer\PHPMailer
SMTP::getTimeout()
Get SMTP timeout.
{} It's a method of the class: SMTP{}
No Hooks.
Return
Int
.
Usage
$SMTP = new SMTP(); $SMTP->getTimeout();
Code of SMTP::getTimeout() SMTP::getTimeout WP 6.0
public function getTimeout() { return $this->Timeout; }