grapheme_strlen(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) grapheme_strlen — Get string length in grapheme units ОписаниеПроцедурный стиль 
   int grapheme_strlen
    ( string $input
   ) 
  Get string length in grapheme units (not bytes or characters) Список параметров
 
 Возвращаемые значенияThe length of the string on success, and 0 if the string is empty. ПримерыПример #1 grapheme_strlen() example 
<?phpРезультат выполнения данного примера: 6  | 
||