? trait_exists
簡介 ?
Bejson.com
PHP Manual
變量與類型相關(guān)擴(kuò)展
字符類型檢測
字符類型檢測
簡介
安裝/配置
需求
安裝
運(yùn)行時配置
資源類型
預(yù)定義常量
Ctype 函數(shù)
ctype_alnum
— 做字母和數(shù)字字符檢測
ctype_alpha
— 做純字符檢測
ctype_cntrl
— 做控制字符檢測
ctype_digit
— 做純數(shù)字檢測
ctype_graph
— 做可打印字符串檢測,空格除外
ctype_lower
— 做小寫字符檢測
ctype_print
— 做可打印字符檢測
ctype_punct
— 檢測可打印的字符是不是不包含空白、數(shù)字和字母
ctype_space
— 做空白字符檢測
ctype_upper
— 做大寫字母檢測
ctype_xdigit
— 檢測字符串是否只包含十六進(jìn)制字符