获取字段第一个字首字母
程序员文章站
2022-05-20 14:44:40
...
//获取字段第一个字首字母
function getfirstchar($s0){
$fchar = ord($s0{0});
if($fchar >= ord("A") and $fchar
$s1 = iconv("UTF-8","gb2312", $s0);
$s2 = iconv("gb2312","UTF-8", $s1);
if($s2 == $s0){$s = $s1;}else{$s = $s0;}
$asc = ord($s{0}) * 256 + ord($s{1}) - 65536;
if($asc >= -20319 and $asc
if($asc >= -20283 and $asc
if($asc >= -19775 and $asc
if($asc >= -19218 and $asc
if($asc >= -18710 and $asc
if($asc >= -18526 and $asc
if($asc >= -18239 and $asc
if($asc >= -17922 and $asc
if($asc >= -17417 and $asc
if($asc >= -16474 and $asc
if($asc >= -16212 and $asc
if($asc >= -15640 and $asc
if($asc >= -15165 and $asc
if($asc >= -14922 and $asc
if($asc >= -14914 and $asc
if($asc >= -14630 and $asc
if($asc >= -14149 and $asc
if($asc >= -14090 and $asc
if($asc >= -13318 and $asc
if($asc >= -12838 and $asc
if($asc >= -12556 and $asc
if($asc >= -11847 and $asc
if($asc >= -11055 and $asc
return null;
}
AD:真正免费,域名+虚机+企业邮箱=0元
上一篇: 两台MySQL数据库数据同步实现
推荐阅读
-
jQuery获取复选框选中的当前行的某个字段的值
-
php里获取第一个中文首字母并排序的方法
-
python获取响应某个字段值的3种实现方法
-
oracle过滤某个字段重复记录,只获取一条记录
-
MySql获取某个字段存在于哪个表的sql语句_MySQL
-
CI框架,源代码一次性判断获取postget数据是否有某个字段值为空方法 源代码索拉卡 源代码下载 lol源代
-
怎么根据ID获取同一行中的某一个字段
-
一个字段不能获取2次,ResultSet,在同一次rs.next()中rs.getString(1)
-
怎么根据ID获取同一行中的某一个字段
-
请问个mysql有关问题.关于获取查询结果中某一个字段的最大值.(按照其他字段排序)