mb_encode_numericentity

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Encode character to HTML numeric string reference string mb_encode_numericentity ( string $str, array $convmap [, string $encoding = mb_internal_encoding() [, bool $is_hex = FALSE ]] ) Converts specified character codes in string str from character code to HTML numeric character reference. Parameters: str The string being encoded.

mb_encode_mimeheader

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Encode string for MIME header string mb_encode_mimeheader ( string $str [, string $charset = determined by mb_language() [, string $transfer_encoding = "B" [, string $linefeed = "\r\n" [, int $indent = 0 ]]]] ) Encodes a given string str by the MIME header encoding scheme. Parameters: str The string being encoded. Its encoding should

mb_detect_order

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Set/Get character encoding detection order mixed mb_detect_order ([ mixed $encoding_list = mb_detect_order() ] ) Sets the automatic character encoding detection order to encoding_list. Parameters: encoding_list encoding_list is an array or comma separated list of character encoding. See supported encodings. If encoding_list is omitted,

mb_detect_encoding

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Detect character encoding string mb_detect_encoding ( string $str [, mixed $encoding_list = mb_detect_order() [, bool $strict = false ]] ) Detects character encoding in string str. Parameters: str The string being detected. encoding_list encoding_list is list of character encoding. Encoding order may

mb_decode_numericentity

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Decode HTML numeric string reference to character string mb_decode_numericentity ( string $str, array $convmap [, string $encoding = mb_internal_encoding() ] ) Convert numeric string reference of string str in a specified block to character. Parameters: str The string being decoded. convmap convmap is

mb_decode_mimeheader

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Decode string in MIME header field string mb_decode_mimeheader ( string $str ) Decodes encoded-word string str in MIME header. Parameters: str The string being decoded. Returns: The decoded string in internal character encoding. See also:

mb_convert_variables

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Convert character code in variable(s) string mb_convert_variables ( string $to_encoding, mixed $from_encoding, mixed &$vars [, mixed &$... ] ) Converts character encoding of variables vars in encoding from_encoding to encoding to_encoding. mb_convert_variables() join strings in Array or Object to detect encoding, since encoding detection tends to fail for short strings. Therefore,

mb_convert_kana

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Convert "kana" one from another ("zen-kaku", "han-kaku" and more) string mb_convert_kana ( string $str [, string $option = "KV" [, string $encoding = mb_internal_encoding() ]] ) Performs a "han-kaku" - "zen-kaku" conversion for string str. This function is only useful for Japanese. Parameters: str The string being converted.

mb_convert_encoding

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Convert character encoding string mb_convert_encoding ( string $str, string $to_encoding [, mixed $from_encoding = mb_internal_encoding() ] ) Converts the character encoding of string str to to_encoding from optionally from_encoding. Parameters: str The string being encoded. to_encoding The type of enc

mb_convert_case

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Perform case folding on a string string mb_convert_case ( string $str, int $mode [, string $encoding = mb_internal_encoding() ] ) Performs case folding on a string, converted in the way specified by mode. Parameters: str The string being converted. mode The mode of the conversion. It can be one of MB_C