PHP.nl

imap_utf8_to_mutf7

imap_utf8_to_mutf7

Encode a UTF-8 string to modified UTF-7

 **imap_utf8_to_mutf7** string $string

Encode a UTF-8 string to modified UTF-7 (as specified in RFC 2060, section 5.1.3).

Opmerking: > This function is only available, if libcclient exports utf8_to_mutf7().

stringA UTF-8 encoded string.

Returns converted to modified UTF-7, return.falseforfailure. string

imap_mutf7_to_utf8