PHP » GoLang |
login |
register |
about
|
mb_strlenmb_strlen[code] func MbStrlen(str string) int { return utf8.RuneCountInString(str) } [/code] |