mb_convert_encoding | PHP 4.0.6 |
string mb_convert_encoding(string str, string to-encoding[, mixed from-encoding]) |
|
Returns converted string in desired encoding. |
mb_convert_kana | PHP 4.0.6 |
string mb_convert_kana(string str[, string option][, string encoding]) |
|
Converts between full-width characters and half-width characters (Japanese). |
mb_convert_variables | PHP 4.0.6 |
string mb_convert_variables(string to-encoding, mixed from-encoding, mixed vars[, mixed ...]) |
|
Converts the string resource(s) in variable(s) to desired encoding. |
mb_decode_mimeheader | PHP 4.0.6 |
string mb_decode_mimeheader(string string) |
|
Decodes encoded-word string in MIME header field. |
mb_decode_numericentity | PHP 4.0.6 |
string mb_decode_numericentity(string string, array convmap[, string encoding]) |
|
Converts HTML numeric entities to character codes. |
mb_detect_encoding | PHP 4.0.6 |
string mb_detect_encoding(string str[, mixed encoding_list]) |
|
Returns encoding of the given string. |
mb_detect_order | PHP 4.0.6 |
bool|array mb_detect_order([mixed encoding-list]) |
|
Sets the current detect_order or returns the current detect_order as an array. |
mb_encode_mimeheader | PHP 4.0.6 |
string mb_encode_mimeheader(string str[, string charset[, string transfer-encoding[, string linefeed]]]) |
|
Converts the string to a MIME encoded-word in the format of =?charset?(B|Q)?encoded_string?=. |
mb_encode_numericentity | PHP 4.0.6 |
string mb_encode_numericentity(string string, array convmap[, string encoding]) |
|
Converts specified characters to HTML numeric entities. |
mb_get_info | PHP 4.1.0 |
string mb_get_info([string type]) |
|
Returns the current settings of mbstring. |
mb_http_input | PHP 4.0.6 |
false|string mb_http_input([string type]) |
|
Returns the input encoding. |
mb_http_output | PHP 4.0.6 |
string mb_http_output([string encoding]) |
|
Sets the current output_encoding or returns the current output_encoding as a string. |
mb_internal_encoding | PHP 4.0.6 |
string mb_internal_encoding([string encoding]) |
|
Sets the current internal encoding or returns the current internal encoding as a string. |
mb_language | PHP 4.0.6 |
string mb_language([string language]) |
|
Sets the current language or returns the current language as a string. |
mb_output_handler | PHP 4.0.6 |
string mb_output_handler(string contents, int status) |
|
Returns string in output buffer converted to the http_output. |
mb_parse_str | PHP 4.0.6 |
bool mb_parse_str(string encoded_string[, array result]) |
|
Parses GET/POST/Cookie data and sets global variables. |
mb_preferred_mime_name | PHP 4.0.6 |
string mb_preferred_mime_name(string encoding) |
|
Returns the preferred MIME name (charset) as a string. |
mb_send_mail | PHP 4.0.6 |
int mb_send_mail(string to, string subject, string message[, string additional_headers[, string additional_parameters]]) |
|
Sends an email message with MIME scheme. |
mb_strcut | PHP 4.0.6 |
string mb_strcut(string str, int start[, int length[, string encoding]]) |
|
Returns part of a string. |
mb_strimwidth | PHP 4.0.6 |
string mb_strimwidth(string str, int start, int width[, string trimmarker[, string encoding]]) |
|
Trims the string in terminal width. |
mb_strlen | PHP 4.0.6 |
int mb_strlen(string str[, string encoding]) |
|
Gets character numbers of a string. |
mb_strpos | PHP 4.0.6 |
int mb_strpos(string haystack, string needle[, int offset[, string encoding]]) |
|
Finds position of first occurrence of a string within another. |
mb_strrpos | PHP 4.0.6 |
int mb_strrpos(string haystack, string needle[, string encoding]) |
|
Finds the last occurrence of a character in a string within another. |
mb_strwidth | PHP 4.0.6 |
int mb_strwidth(string str[, string encoding]) |
|
Gets terminal width of a string. |
mb_substitute_character | PHP 4.0.6 |
mixed mb_substitute_character([mixed substchar]) |
|
Sets the current substitute_character or returns the current substitute_character. |
mb_substr | PHP 4.0.6 |
string mb_substr(string str, int start[, int length[, string encoding]]) |
|
Returns part of a string. |