php获取当前时间的毫秒数

floor(microtime()*1000);

用microtime能输出当前的秒的后面8位小数 乘以1000取整数就行了

原文地址:https://www.cnblogs.com/yingying06/p/3645300.html