IHeaderPart
in
Represents a single parsed part of a header line's value.
For header values with multiple parts, for instance a list of addresses, each address would be parsed into a single part.
Tags
Table of Contents
- __toString() : string
- Returns the value of the part (which is a string).
- getValue() : string
- Returns the part's value.
Methods
__toString()
Returns the value of the part (which is a string).
public
__toString() : string
Return values
string —The value
getValue()
Returns the part's value.
public
getValue() : string
Return values
string —The value of the part