grapheme_strlenGet string length in grapheme units DescriptionProcedural style
int grapheme_strlen
( string
$input
)Get string length in grapheme units (not bytes or characters) Parameters
Return ValuesThe length of the string on success, and 0 if the string is empty. ExamplesExample #1 grapheme_strlen example
<?php The above example will output: 6 |