spectrelb
1     //得到当前毫秒时间戳
2     public function millStampTime()
3     {
4         list($tmp1, $tmp2) = explode(\' \', microtime());
5         return (float)sprintf(\'%.0f\', (floatval($tmp1) + floatval($tmp2)) * 1000);
6     }

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-21
  • 2021-12-18
  • 2021-05-20
  • 2021-12-30
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
  • 2021-12-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案