update : 2015.11.03
php.shukuma.com검색:
|
iconv_strlen(PHP 5, PHP 7) iconv_strlen — Returns the character count of string 설명
int iconv_strlen
( string
$str
[, string $charset = ini_get("iconv.internal_encoding")
] )
In contrast to strlen(),
iconv_strlen() counts the occurrences of characters
in the given byte sequence 인수
반환값
Returns the character count of 참고
|