PHPMailer::encodeQP

Advertisement

Summery Summery

Encode a string in quoted-printable format.

Syntax Syntax

PHPMailer::encodeQP( string $string, integer $line_max = 76 )

Description Description

According to RFC2045 section 6.7.

Parameters Parameters

$string

(Required) The text to encode

$line_max

(Optional) Number of chars allowed on a line before wrapping

Default value: 76

Return Return

(string)

Source Source

File: wp-includes/class-phpmailer.php


			

Advertisement

Advertisement

Leave a Reply