Chaînes de caractères multi-octets
Introduction mb_language mb_parse_str mb_internal_encoding mb_http_input mb_http_output mb_detect_order mb_substitute_character mb_output_handler mb_preferred_mime_name mb_strlen mb_strpos mb_strrpos mb_substr mb_strcut mb_strwidth mb_strimwidth mb_convert_encoding mb_detect_encoding mb_convert_kana mb_encode_mimeheader mb_decode_mimeheader mb_convert_variables mb_encode_numericentity mb_decode_numericentity mb_send_mail
Description
string mb_strlen(string str ,[string encoding ])
mb_strlen retourne le nombre de caractères dans la chaîne str, avec l'encodage encoding. Un caractère multi-octets est alors compté pour 1.
Voir aussi mb_internal_encoding, strlen.