fork download
  1. <?php
  2.  
  3. declare(strict_types=1);
  4.  
  5. $incrementId = 'PLM0000001';
  6.  
  7. $t = sprintf('%s_%s', $incrementId, (string)round(microtime(true) * 1000));
  8.  
  9. echo $t;
Success #stdin #stdout 0.02s 25948KB
stdin
Standard input is empty
stdout
PLM0000001_1669379411791