intl Functions
PHP Manual

grapheme_strlen

(No version information available, might be only in CVS)

grapheme_strlen — Get string length in grapheme units

Description

Procedural style

int grapheme_strlen ( string $input )

Get string length in grapheme units

Parameters

input

The string being measured for length.

Return Values

The length of the string on success, and 0 if the string is empty.

Examples

Example #1 grapheme_strlen() example

< ?php
TODO
?>

The above example will output:

         
TODO

See Also

TODO


intl Functions
PHP Manual