使用者商品名稱簡拼搜尋
<?php
namespace
common\business
;//[1.5.66]
/** * 漢字轉拼音類
* class pinyin
* [* 中文字串轉拼音首字母 strchangepin
* 漢字轉拼音的首字母 get_first_letter
* 漢字轉拼音 str2py
* 獲取拼音對應ascll碼 pinyin
* ]* @package common\business
*/class
pinyin
return
$new_str;}
/** * 漢字轉拼音的首字母
* @param
*[* $zh 字串
* ]* @return string
*/public
function
get_first_letter
($zh
)/**
* 漢字轉拼音
* @param
*[* $s 字串
* ]* @return string
*/public
function
str2py($s
)|\[|\]|\||\\|\:|\;|\"|\'|\<|\,|\>|\.|\?|\/)/is",""
,$s);
$py="";
$i=0;
// 加入這一句,自動識別utf-8if(
strlen
("拼音"
)>4)
for($i=
0;$i<
strlen($s
);$i++
)else
/* if (strlen($py) >= 20)
return $py;*/
}return
$py;
}public
function
asi2py($a
)else
// next($py);
}return'';
}/**
* 獲取拼音對應ascll碼
* @return array
*/public
function
pinyin()
}
<?php
namespace
common\lib
;//[1.5.66]
class
pinyin
}
mssql 中文轉拼音首字母
在做列車時刻表進行搜尋時用到中文轉拼音首字母時需要以下函式 create function fun getpy str nvarchar 4000 returns nvarchar 4000 as begin declare word nchar 1 py nvarchar 4000 set py ...
mssql 中文轉拼音首字母
在做列車時刻表進行搜尋時用到中文轉拼音首字母時需要以下函式 create function fun getpy str nvarchar 4000 returns nvarchar 4000 as begin declare word nchar 1 py nvarchar 4000 set py ...
漢字轉拼音首字母
public string hz2py string hz 獲得漢字的區位碼 else if tmp 45253 tmp 45760 else if tmp 47761 tmp 46317 else if tmp 46318 tmp 46825 else if tmp 46826 tmp 47009...