摘要: 调用此方法:fun_check_sfz_idcard($mc_sfzCardNo)返回true、false /** * 验证是否是真正的身份证号 * @param [type] $id_card [description] * @return [type] [description] */ function fun_check_sfz_idcard($id_card... 阅读全文
posted @ 2018-09-10 17:18 初识 阅读(185) 评论(0) 推荐(0) 编辑
摘要: /** * 判断是否合法车牌号 * @name isCarLicense * @param $license * @return bool */ function isCarLicense($license){ if (empty($license)) { return false; } //普通车牌 $regular = "/[京津沪... 阅读全文
posted @ 2018-09-10 17:14 初识 阅读(407) 评论(0) 推荐(0) 编辑