当前位置:网站首页>Regular verification of ID number
Regular verification of ID number
2022-07-23 14:44:00 【Kexiaoyang lmy】
if (!checkCertNo($input['certNo'])) {
echo " The ID number is incorrect. ";
}
function checkCertNo($idcard)
{
$len = strlen($idcard);
if ($len != 18) {
return false;
}
$idcard_base = substr($idcard, 0, 17);
// Weighting factors
$factor = [7, 9, 10, 5, 8, 4, 2, 1, 6, 3, 7, 9, 10, 5, 8, 4, 2];
// Check code corresponding value
$verify_number_list = ['1', '0', 'X', '9', '8', '7', '6', '5', '4', '3', '2'];
$checksum = 0;
for ($i = 0; $i < strlen($idcard_base); $i++) {
$checksum += substr($idcard_base, $i, 1) * $factor[$i];
}
$mod = $checksum % 11;
return strtoupper(substr($idcard, 17, 1)) == $verify_number_list[$mod];
}
边栏推荐
- C language implementation of classroom random roll call system
- Yunna | how to manage the fixed assets of the company? How to manage the company's fixed assets better?
- R语言实战应用案例:绘图篇(三)-多种组合图型绘制
- Canvas from getting started to persuading friends to give up (graphic version)
- 【论文笔记】基于分层深度强化学习的移动机器人导航方法
- js软件卸载提示表情跟随鼠标变化js特效
- Some libraries that can perform 2D or 3D triangulation
- 关于flex布局justify-content:space-around最后一个不对齐的解决方法和为什么这样子解决是讨论
- How can manual testing turn to automated testing? Byte 5 years of automation experience talk about
- The win11 installation system prompts that VirtualBox is incompatible and needs to uninstall the solution of virtual, but the uninstall list cannot find the solution of virtual
猜你喜欢

【测试平台开发】十七、接口编辑页面实现下拉级联选择,绑定接口所属模块...

【附下载】值得收藏的几款渗透测试常用的脚本

C language implementation of classroom random roll call system

10年软件测试工程师经验,很茫然....

C语言项目实战:24点游戏计算器(基于结构体、指针、函数、数组、循环等知识点)

扁平样式反馈表单页面

Spotlight light box JS plug-in full screen enlarged picture
![[applet automation minium] III. element positioning - use of wxss selector](/img/ec/51eadd08bea18f8292aa3521f11e8a.png)
[applet automation minium] III. element positioning - use of wxss selector

关于flex布局justify-content:space-around最后一个不对齐的解决方法和为什么这样子解决是讨论

Flat style feedback form page
随机推荐
转自玉溪信息公开:mRNA新冠疫苗、九洲马破伤风免疫球蛋白等产品有望年内上市。
Which is a good fixed asset management system? What are the fixed asset management platforms?
利用js自动解析执行xss
扁平样式反馈表单页面
[applet automation minium] III. element positioning - use of wxss selector
ValidationError: Invalid options object. Dev Server has been initialized using an options object th
Cool code rain dynamic background registration page
Using JS to parse and execute XSS automatically
手机股票开户风险性大吗,安全吗?
Sword finger offer19 regular expression
Optimisation du serveur Cloud Huawei avec connexion clé
js日历样式饼图统计插件
Chapter 2 basic query and sorting
Consensys Quorum Benchmark Test
Tell you Web3.0 I understand
FFmpeg 1 - 概览/安装
微信官方出品!小程序自动化框架 minium 分享预告
npm warn config global `--global`, `--local` are deprecated. use `--location=global` instead.
云呐|怎样管理固定资产?如何进行固定资产管理?
第三章 复杂一点的查询