摘要: 今天因为写一个搜狗发包工具,需要用到13位时间戳,php默认是没有13位时间戳函数的,于是自己写一个 代码如下: function getUnixTimestamp () { list($s1, $s2) = explode(' ', microtime()); return (float)spri 阅读全文
posted @ 2021-04-21 16:30 圆柱模板 阅读(2058) 评论(0) 推荐(0)