class QpMimeHeaderEncoder extendsQpEncoder implementsMimeHeaderEncoderInterface

Methods

void
initSafeMap()

No description

string
getName()

Get the MIME name of this content encoding scheme.

string
encodeString(string$string,string|null$charset ='utf-8',int$firstLineOffset =0,int$maxLineLength =0)

No description

Details

protectedvoid initSafeMap()

Return Value

void

string getName()

Get the MIME name of this content encoding scheme.

Return Value

string

string encodeString(string$string,string|null$charset ='utf-8',int$firstLineOffset =0,int$maxLineLength =0)

Parameters

string $string
string|null $charset
int $firstLineOffset
int $maxLineLength

Return Value

string