Methods |
public
static
|
NewInstance(
string $sName,
string $sValue = '',
string $sEncodedValueForReparse = '',
string $sParentCharset = '',
): Header
Parameters
$sValue |
= ''
|
$sEncodedValueForReparse |
= ''
|
$sParentCharset |
= ''
|
|
#
|
public
static
|
NewInstanceFromEncodedString(string $sEncodedLines, string $sIncomingCharset = Charset::ISO_8859_1): Header|false
Parameters
$sIncomingCharset |
= \MailSo\Base\Enumerations\Charset::ISO_8859_1
|
|
#
|
public
|
Name(): string
|
#
|
public
|
NameWithDelimitrom(): string
|
#
|
public
|
Value(): string
|
#
|
public
|
FullValue(): string
|
#
|
public
|
SetParentCharset(string $sParentCharset): Header
|
#
|
public
|
Parameters(): ParameterCollection|null
|
#
|
public
|
EncodedValue(): string
|
#
|
public
|
IsSubject(): bool
|
#
|
public
|
IsParameterized(): bool
|
#
|
public
|
IsEmail(): bool
|
#
|
public
|
ValueWithCharsetAutoDetect(): string
|
#
|
public
|
IsReparsed(): bool
|
#
|