fork download
  1. <?php
  2.  
  3. $cur_time = '18:25:00';
  4. $endTime = strtotime("+14 minutes", strtotime($cur_time));
  5.  
  6. echo date('H:i:s', $endTime);
Success #stdin #stdout 0.04s 24232KB
stdin
Standard input is empty
stdout
18:39:00