php统计字符串中中英文字符的个数

"; echo "数字个数:".count($arrNum[0])."
"; echo "字母个数:".count($arrAl[0])."
"; echo "中文个数:".count($arrCh[0]); ?>

你可能感兴趣的:(php)