如下圖:
<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自動生成編號的實現方法全部多了,希望多多支持.P網~
更多php根據資料id自動產生編號的實作方法相關文章請關注PHP中文網!