$_mbstring
$_mbstring : array
Is mbstring extension available?
Allows conversions between UTF-8 and UTF7-IMAP (RFC 3501 [5.1.3]).
Utf8ToUtf7Imap(string $str, boolean $force = true) : string
Convert a string from UTF-8 to UTF7-IMAP.
string | $str | The UTF-8 string. |
boolean | $force | Assume $str is UTF-8 (no-autodetection)? If false, attempts to auto-detect if string is already in UTF7-IMAP. |
The converted UTF7-IMAP string.