PHPMailer\PHPMailer
PHPMailer::textLine()
Return a formatted mail line.
Method of the class: PHPMailer{}
No Hooks.
Return
String
.
Usage
$PHPMailer = new PHPMailer(); $PHPMailer->textLine( $value );
- $value(string) (required)
- -
PHPMailer::textLine() PHPMailer::textLine code WP 6.7.2
public function textLine($value) { return $value . static::$LE; }