32位php跟64位php时间获取函数区别

2025-10-4 19:21 morefun 疑难杂症

有时候32位php运行会空白,可能是以下写法问题

64位的$t = intval(microtime(true) * 1000);

32位的$t = round(microtime(true) * 1000);

标签: php

评论(0) 浏览(52)

Powered by MoreFun.CN 粤ICP备2025398508号