How to add 15 minutes to TIME variable in PHP loop

后端 未结 0 1660
伪装坚强ぢ
伪装坚强ぢ 2020-12-14 09:12

I have the following PHP code:

$time=\'080000\';
$duration=0;
for ($x = 1; $x <= 24; $x++) {
  $durationHrs = (int)($duration/60);
  $durationMins = (int)(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题