亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

PHP獲取中文首字母函數

發布時間:2020-04-14 22:41:12 來源:網絡 閱讀:748 作者:990653058 欄目:web開發
function getFirstChar($zh_cn) {
    $firsh_zh = mb_substr($zh_cn, 0, 1);
    $fchar = ord($firsh_zh{0});
    if ($fchar >= ord("A") && $fchar <= ord("z")) {
        return strtoupper($firsh_zh{0});
    }
    $s1 = iconv("UTF-8", "gb2312", $firsh_zh);
    $s2 = iconv("gb2312", "UTF-8", $s1);
    if ($s2 == $firsh_zh) {
        $s = $s1;
    } else {
        $s = $firsh_zh;
    }
    $asc = ord($s{0}) * 256 + ord($s{1}) - 65536;
    if ($asc >= -20319 and $asc <= -20284)
        return "A";
    if ($asc >= -20283 and $asc <= -19776)
        return "B";
    if ($asc >= -19775 and $asc <= -19219)
        return "C";
    if ($asc >= -19218 and $asc <= -18711)
        return "D";
    if ($asc >= -18710 and $asc <= -18527)
        return "E";
    if ($asc >= -18526 and $asc <= -18240)
        return "F";
    if ($asc >= -18239 and $asc <= -17923)
        return "G";
    if ($asc >= -17922 and $asc <= -17418)
        return "H";
    if ($asc >= -17417 and $asc <= -16475)
        return "J";
    if ($asc >= -16474 and $asc <= -16213)
        return "K";
    if ($asc >= -16212 and $asc <= -15641)
        return "L";
    if ($asc >= -15640 and $asc <= -15166)
        return "M";
    if ($asc >= -15165 and $asc <= -14923)
        return "N";
    if ($asc >= -14922 and $asc <= -14915)
        return "O";
    if ($asc >= -14914 and $asc <= -14631)
        return "P";
    if ($asc >= -14630 and $asc <= -14150)
        return "Q";
    if ($asc >= -14149 and $asc <= -14091)
        return "R";
    if ($asc >= -14090 and $asc <= -13319)
        return "S";
    if ($asc >= -13318 and $asc <= -12839)
        return "T";
    if ($asc >= -12838 and $asc <= -12557)
        return "W";
    if ($asc >= -12556 and $asc <= -11848)
        return "X";
    if ($asc >= -11847 and $asc <= -11056)
        return "Y";
    if ($asc >= -11055 and $asc <= -10247)
        return "Z";
    return null;
}


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

滨州市| 天气| 巴塘县| 南平市| 太康县| 榆社县| 古浪县| 昔阳县| 南安市| 腾冲县| 大安市| 屏山县| 正宁县| 阜阳市| 攀枝花市| 资讯| 乐陵市| 芦溪县| 博客| 鲁山县| 德江县| 河池市| 岚皋县| 吴川市| 平顶山市| 颍上县| 临潭县| 全州县| 乌海市| 久治县| 黎川县| 巩留县| 博爱县| 潞城市| 剑阁县| 邵武市| 盐源县| 科尔| 峨山| 济宁市| 永顺县|