update : 2015.11.03
php.shukuma.com검색:
|
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. 예제Example #1 grapheme_strlen() example
<?php 위 예제의 출력: 6 참고
|