返回字串的字元數統計

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

該字串。

charset

如果省略了 charset 參數,假設 str 的編碼為 iconv.internal_encoding

返回值

返回 str 字元數的統計,是整型。

參見

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *