首页
开发语言
数据库
服务器
常用工具
网络
云
其它
应用软件
DevOops
硬件
其它开发
量化
手机站(wap)
php获取13位时间戳
浏览:
166
发布时间:2020-12-11 14:15:40 博主:【张良人】
php13位时间戳
$timestamp=substr(str_replace('.','', microtime(true)),0,13);