支持更改长度
/**
* 生成唯一订单号
*
*/
function build_order_no(){
  return date('Ymd').substr(implode(NULL, array_map('ord', str_split(substr(uniqid(), 7, 13), 1))), 0, 8);
}

posted on 2016-08-25 23:17  祁兵  阅读(889)  评论(0)    收藏  举报