中文拼音互转

时间:2021-12-23 03:48:11
【文件属性】:

文件名称:中文拼音互转

文件大小:320KB

文件格式:RAR

更新时间:2021-12-23 03:48:11

中文拼音互转

static public function getChineseFirstChar($string,$isOne=false,$upper=false) { $spellArray = self::getArray(); $str_arr = self::utf8_str_split($string,1); //将字符串拆分成数组 if(preg_match('/^[\x{4e00}-\x{9fa5}]+$/u',$str_arr[0])) { //判断是否是汉字 $chinese = $spellArray[$str_arr[0]]; $result = $chinese[0]; }else { $result = $str_arr[0]; } $result = $isOne ? substr($result,0,1) : $result; return $upper?strtoupper($result):$result; }


【文件预览】:
test.php
table_ISCCD.txt
pytable_with_tune.txt
pytable_without_tune.txt

网友评论