iconv
international- iconv (in_charset, out_charset, str) - Convert string to requested character encoding
- iconv_get_encoding (type) - Retrieve internal configuration variables of iconv extension
- iconv_mime_decode (encoded_header, mode, charset) - Decodes a MIMEheader field
- iconv_mime_decode_headers (encoded_headers, mode, charset) - Decodes multiple MIMEheader fields at once
- iconv_mime_encode (encoded_headers, mode, charset) - Composes a MIMEheader field
- iconv_set_encoding (type, charset) - Set current setting for character encoding conversion
- iconv_strlen (str, charset) - Returns the character count of string
- iconv_strpos (haystack, needle, offset, charset) - Finds position of first occurrence of a needle within a haystack
- iconv_strrpos (haystack, needle, charset) - Finds the last occurrence of a needle within a haystack
- iconv_substr (str, offset, length, charset) - Cut out part of a string
- ob_iconv_handler (contents, status) - Convert character encoding as output buffer handler
