我有一个奇怪的情况,我使用下面的代码:
$currentTime = date("YmdHis");
echo 'Current Time = '.$currentTime;
echo '<br>';
运行时,有时它运行的时间太慢了7分钟。例如:
Image - Actual Time 11:35, PHP Current Time 11:27
但有时,它运行得很完美..例如:
Image - Actual Time 11:37, PHP Current time 11:37
有什么理由发生这种情况吗?我基于当前时间进行计算,当它很慢时显然会引起问题!