摘要: 7.获取毫秒级时间 function getMicrotime() { list($usec, $sec) = explode(" ", microtime()); return ceil(($usec + $sec) * 1000); } 6.使用常量前,应该先定义常量,比如 define('HE 阅读全文
posted @ 2018-12-07 17:30 阿沐66 阅读(183) 评论(0) 推荐(0)