2013年9月10日 16:26:25

echo strtotime('now'),'<br>';

echo strtotime('today'),'<br>';

echo strtotime('tomorrow'),'<br>';

echo strtotime('yesterday'),'<br>';

--------------------------------------

今天剩余的秒数:

$time_remain = strtotime('tomorrow') - time();

 

相关文章:

  • 2022-01-12
  • 2022-12-23
  • 2021-12-22
  • 2021-12-06
  • 2022-12-23
  • 2021-09-27
  • 2021-11-29
猜你喜欢
  • 2021-08-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-04
  • 2022-12-23
相关资源
相似解决方案