mb_strlen
Get string length
Description
int mb_strlen(string $string
, stringnull $encoding
= null
)
Parameters
-
string
-
The string being checked for length.
-
encoding
-
The encoding
parameter is the character encoding. If it is omitted or null
, the internal character
encoding value will be used.
Return Values
Returns the number of characters in
string string
having character encoding
encoding
. A multi-byte character is
counted as 1.
Errors/Exceptions
If the encoding is unknown, an error of level
E_WARNING
is generated.
See Also
- mb_internal_encoding
- grapheme_strlen
- iconv_strlen
- strlen