BASE64
BASE64 = 'BASE64' : string
Encoding constants
MIME part body class
setContent(string $content) : \Pop\Mime\Part\Body
Set the body content
string | $content |
setContentFromFile(string $file, string $encoding = null, string $split = null) : \Pop\Mime\Part\Body
Set the body content from file
string | $file | |
string | $encoding | |
string | $split |
setEncoding(string $encoding) : \Pop\Mime\Part\Body
Set the encoding
string | $encoding |
setSplit(integer|boolean $split) : \Pop\Mime\Part\Body
Set the split
integer|boolean | $split |
setAsFile(boolean $isFile) : \Pop\Mime\Part\Body
Set as file
boolean | $isFile |
setAsEncoded(boolean $isEncoded) : \Pop\Mime\Part\Body
Set as encoded
boolean | $isEncoded |
Loading…