mb_strwidth()
mb_strwidth - Return width of stringSyntax
int mb_strwidth (string $str, string $encoding)Arguments
- str - The string being decoded.
- encoding - The encoding parameter is the character encoding. If it is omitted, the internal character encoding value will be used.
