mb_convert_encoding | PHP 4.0.6 |
string mb_convert_encoding(string str, string to-encoding[, mixed from-encoding]) |
|
Renvoie une chaîne convertie dans le codage souhaité |
mb_convert_kana | PHP 4.0.6 |
string mb_convert_kana(string str[, string option][, string encoding]) |
|
Convertit des caractères pleine chasse en caractères demi-chasse (japonais) |
mb_convert_variables | PHP 4.0.6 |
string mb_convert_variables(string to-encoding, mixed from-encoding, mixed vars[, mixed ...]) |
|
Convertit la ou les ressources de chaînes en variable(s) munies du codage souhaité |
mb_decode_mimeheader | PHP 4.0.6 |
string mb_decode_mimeheader(string string) |
|
Décode une chaîne de mots codés sous forme de champ d'en-tête MIME |
mb_decode_numericentity | PHP 4.0.6 |
string mb_decode_numericentity(string string, array convmap[, string encoding]) |
|
Convertit des entités numériques HTML en codes de caractères |
mb_detect_encoding | PHP 4.0.6 |
string mb_detect_encoding(string str[, mixed encoding_list]) |
|
Renvoie le codage de la chaîne considérée |
mb_detect_order | PHP 4.0.6 |
bool|array mb_detect_order([mixed encoding-list]) |
|
Définit le detect_order actuel ou renvoie le detect_order actuel sous forme de tableau |
mb_encode_mimeheader | PHP 4.0.6 |
string mb_encode_mimeheader(string str[, string charset[, string transfer-encoding[, string linefeed]]]) |
|
Convertit la chaîne en un mot codé MIME au format =?charset?(B|Q)?encoded_string?= |
mb_encode_numericentity | PHP 4.0.6 |
string mb_encode_numericentity(string string, array convmap[, string encoding]) |
|
Convertit les caractères indiqués en entités numériques HTML |
mb_get_info | PHP 4.1.0 |
string mb_get_info([string type]) |
|
Renvoie les paramètres actuels de mbstring |
mb_http_input | PHP 4.0.6 |
false|string mb_http_input([string type]) |
|
Renvoie le codage d'entrée (http_input) |
mb_http_output | PHP 4.0.6 |
string mb_http_output([string encoding]) |
|
Définit le codage de sortie actuel(http_output) ou renvoie le codage de sortie actuel sous forme de chaîne |
mb_internal_encoding | PHP 4.0.6 |
string mb_internal_encoding([string encoding]) |
|
Définit le codage interne actuel(internal_encoding) ou renvoie le codage interne actuel sous forme de chaîne |
mb_language | PHP 4.0.6 |
string mb_language([string language]) |
|
Définit le langage actuel ou renvoie le langage actuel sous forme de chaîne |
mb_output_handler | PHP 4.0.6 |
string mb_output_handler(string contents, int status) |
|
Renvoie la chaîne dans le tampon de sortie convertie au codage http_output |
mb_parse_str | PHP 4.0.6 |
bool mb_parse_str(string encoded_string[, array result]) |
|
Analyse les données GET/POST/Cookie et définit des variables globales |
mb_preferred_mime_name | PHP 4.0.6 |
string mb_preferred_mime_name(string encoding) |
|
Renvoie le nom MIME préféré (charset) sous forme de chaîne |
mb_send_mail | PHP 4.0.6 |
int mb_send_mail(string to, string subject, string message[, string additional_headers[, string additional_parameters]]) |
|
Envoie un courrier électronique avec schéma MIME |
mb_strcut | PHP 4.0.6 |
string mb_strcut(string str, int start[, int length[, string encoding]]) |
|
Renvoie une partie d'une chaîne |
mb_strimwidth | PHP 4.0.6 |
string mb_strimwidth(string str, int start, int width[, string trimmarker[, string encoding]]) |
|
Raccourcit la largeur terminale de la chaîne |
mb_strlen | PHP 4.0.6 |
int mb_strlen(string str[, string encoding]) |
|
Obtient les nombres de caractères d'une chaîne |
mb_strpos | PHP 4.0.6 |
int mb_strpos(string haystack, string needle[, int offset[, string encoding]]) |
|
Trouve la position de la première occurrence d'une chaîne dans une autre |
mb_strrpos | PHP 4.0.6 |
int mb_strrpos(string haystack, string needle[, string encoding]) |
|
Trouve la dernière occurrence d'un caractère dans une chaîne |
mb_strwidth | PHP 4.0.6 |
int mb_strwidth(string str[, string encoding]) |
|
Obtient la largeur terminale d'une chaîne |
mb_substitute_character | PHP 4.0.6 |
mixed mb_substitute_character([mixed substchar]) |
|
Définit le substitute_character actuel ou renvoie le substitute_character actuel |
mb_substr | PHP 4.0.6 |
string mb_substr(string str, int start[, int length[, string encoding]]) |
|
Renvoie une partie d'une chaîne |