PHP通过身份证号码获取性别、出生日期、年龄等信息

常用的php用身份证号码计算年龄、计算时间戳等方法!
//18位身份证取性别,倒数第二位奇数是男,偶数是女;
s e x = s u b s t r ( sex = substr( sex=substr(idcard, (strlen($idcard)==18 ? -2 : -1), 1) % 2 ? ‘1’ : ‘2’;
//取身份证年月日;
b i r t h d a y = s t r l e n ( birthday = strlen( birthday=strlen(idcard)==15 ? (‘19’ . substr( i d c a r d , 6 , 6 ) ) : s u b s t r ( idcard, 6, 6)) : substr( idcard,6,6)):substr(idcard, 6, 8);
//身份证年月日转换成时间戳
b i r t h d a y s = s t r t o t i m e ( s t r l e n ( birthdays = strtotime(strlen( birthdays=strtotime(strlen(idcard)==15 ? (‘19’ . substr( i d c a r d , 6 , 6 ) ) : s u b s t r ( idcard, 6, 6)) : substr( idcard,6,6)):substr(idcard, 6, 8));
//取当天日期;
$today = strtotime(‘today’);
//用时间戳相减算出年龄;                            
d i f f = f l o o r ( ( diff = floor(( diff=floor((today-$birthdays)/86400/365);    
//取出年龄值;                        
a g e = s t r t o t i m e ( s u b s t r ( age = strtotime(substr( age=strtotime(substr(idcard,6,8).’+’. d i f f . ′ y e a r s ′ ) > diff.'years')> diff.years)>today?( d i f f + 1 ) : diff+1): diff+1):diff;

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值