PHPMailer\PHPMailer
PHPMailer::textLine()
Return a formatted mail line.
Метод класса: PHPMailer{}
Хуков нет.
Возвращает
Строку
.
Использование
$PHPMailer = new PHPMailer(); $PHPMailer->textLine( $value );
- $value(строка) (обязательный)
- -
Код PHPMailer::textLine() PHPMailer::textLine WP 6.7.1
public function textLine($value) { return $value . static::$LE; }