fork(4) download
  1. <?php
  2. $reduce = substr(date('YmdHis', time()), 2);
  3. $arr_date = str_split($reduce);
  4. $arr1 = str_split("cdefgab");
  5. $uid = "";
  6. for($i = 0; $i<12; $i++){
  7. $uid .= $arr1[rand(0, 6)];
  8. $uid .= $arr_date[$i];
  9. }
  10. echo $uid;
Success #stdin #stdout 0.01s 52488KB
stdin
Standard input is empty
stdout
f1g6e1b2a1g1c1c7a2f7c1a3