BodyPartDecoder
class BodyPartDecoder (View source)
Methods
static string|null
text(BodyStructurePart $part, string|null $content)
Decode raw text/html content using the part's metadata.
static string|null
binary(BodyStructurePart $part, string|null $content)
Decode raw binary content using the part's metadata.
Details
static string|null
text(BodyStructurePart $part, string|null $content)
Decode raw text/html content using the part's metadata.
static string|null
binary(BodyStructurePart $part, string|null $content)
Decode raw binary content using the part's metadata.