? 本文檔使用 PHP中文網(wǎng)手冊 發(fā)布
獲取自 Unix 紀(jì)元(1970年1月1日00:00:00 UTC)以來經(jīng)過的毫秒數(shù)的時間戳。
2.4.0
(數(shù)字):返回時間戳(timestamp)。
_.defer(function(stamp) { console.log(_.now() - stamp);}, _.now()); // => Logs the number of milliseconds it took for the deferred invocation.