mb_strwidth
Description
int mb_strwidth ( string str [, string encoding])mb_strwidth() returns width of string str .
Multi-byte character usually twice of width compare to single byte character.
Table 1. Characters width
CharsWidthU+0000 - U+00190U+0020 - U+1FFF1U+2000 - U+FF602U+FF61 - U+FF9F1U+FFA0 - 2encoding is character encoding. If it is omitted, internal encoding is used.
See also: mb_strimwidth(), mb_internal_encoding().



