- 博客(1)
- 收藏
- 关注
转载 PHP获取字符串的第一个中文的首字母
private function firstLeter($str){ $str= iconv("UTF-8","gb2312", $str);//如果程序是gbk的,此行就要注释掉 //判断字符串是否全都是中文 if (preg_match("/^[\x7f-\xff]/", $str)){
2014-09-19 14:01:42 892
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
private function firstLeter($str){ $str= iconv("UTF-8","gb2312", $str);//如果程序是gbk的,此行就要注释掉 //判断字符串是否全都是中文 if (preg_match("/^[\x7f-\xff]/", $str)){
2014-09-19 14:01:42 892
TA创建的收藏夹 TA关注的收藏夹
TA关注的人