iconv_strlen
(PHP 5, PHP 7, PHP 8)
iconv_strlen — 返回字串的字元數統計
說明
iconv_strlen(string
$str
, string $charset
= ini_get("iconv.internal_encoding")): int
和 strlen() 不同的是,iconv_strlen() 統計了給定的位元組序列 str
中出現字元數的統計,基於指定的字符集,其產生的結果不一定和字元位元組數相等。
返回值
返回 str
字元數的統計,是整型。