Posted in PHP onOctober 16, 2016
如下所示:
<strong><span style="font-size:18px;">/*编号=年份后两位+月份+id四位数*/ $id = $this->student_model->save(0, $data); $sn = date('Y', time()); $sn = substr($sn, -2); $sn.= date('m', time()); $sn.=sprintf("%04d", $id);</span></strong>
【结果预览】例:14120001
以上就是小编为大家带来的php根据数据id自动生成编号的实现方法全部内容了,希望大家多多支持三水点靠木~
php根据数据id自动生成编号的实现方法
- Author -
jingxian声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@