(PHP 4 >= 4.0.6, PHP 5, PHP 7)
mb_strlen — Get string length
Gets the length of a string.
strThe string being checked for length.
encodingencoding
인수는 문자 인코딩입니다. 생략하면, 내부 문자 인코딩값을 사용합니다.
Returns the number of characters in
string str having character encoding
encoding. A multi-byte character is
counted as 1.
Returns FALSE if the given encoding is invalid.