摘要:
function is_idcard( $id ) { $id = strtoupper($id); $regx = "/(^\d{15}$)|(^\d{17}([0-9]|X)$)/"; $arr_split = array(); if(!preg_match($regx, $id)) { return FALSE; } ... 阅读全文
posted @ 2017-02-09 11:07
张扬个性,敢为天下先
阅读(803)
评论(1)
推荐(1)
浙公网安备 33010602011771号