php获取当前时间的毫秒数

floor(microtime()*1000);

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

posted @ 2014-04-04 15:39  lyingying  阅读(271)  评论(0编辑  收藏  举报