PHPMailer\PHPMailer
SMTP::getTimeout
Get SMTP timeout.
Method of the class: SMTP{}
No Hooks.
Returns
Int
.
Usage
$SMTP = new SMTP(); $SMTP->getTimeout();
SMTP::getTimeout() SMTP::getTimeout code WP 6.8.1
public function getTimeout() { return $this->Timeout; }