EOL
EOL
The RFC defined EOL string.
Provide methods for dealing with MIME encoding (RFC 2045-2049);
$decodeWindows1252 : boolean
Use windows-1252 charset when decoding ISO-8859-1 data? HTML 5 requires this behavior, so it is the default.
None found |
is8bit(string $string, string $charset = null) : boolean
Determines if a string contains 8-bit (non US-ASCII) characters.
string | $string | The string to check. |
string | $charset | The charset of the string. Defaults to US-ASCII. (@deprecated) |
True if string contains non 7-bit characters.
None found |
encode(string $text, string $charset = 'UTF-8') : string
MIME encodes a string (RFC 2047).
string | $text | The text to encode (UTF-8). |
string | $charset | The character set to encode to. |
The MIME encoded string (US-ASCII).
None found |
decode(string $string) : string
Decodes a MIME encoded (RFC 2047) string.
string | $string | The MIME encoded text. |
The decoded text.
None found |
None found |
None found |
None found |
None found |
mimeIdArithmetic( $id, $action, $options = array())
$id | ||
$action | ||
$options |
None found |
None found |