HeaderInterface
interface HeaderInterface
A MIME Header.
Methods
void
setBody(mixed$body)
Sets the body.
mixed
getBody()
Gets the body.
void
setCharset(string$charset)
No description
string|null
getCharset()
No description
void
setLanguage(string$lang)
No description
string|null
getLanguage()
No description
string
getName()
No description
void
setMaxLineLength(int$lineLength)
No description
int
getMaxLineLength()
No description
string
toString()
Gets this Header rendered as a compliant string.
string
getBodyAsString()
Gets the header's body, prepared for folding into a final header value.