我试图获得这个unicode字符串的长度
$text = '??? ????? ?'; $length = strlen($text); echo $length;
产量
20
它如何确定unicode字符串的长度?
php strlen
php ×1
strlen ×1