grapheme_strlenGet string length in grapheme units DescriptionProcedural style
intfalsenull grapheme_strlen(string
$string )Get string length in grapheme units (not bytes or characters) Parameters
Return Values
The length of the string on success, or ExamplesExample #1 grapheme_strlen example
The above example will output: 6 |