コード例 #1
0
ファイル: Timer.php プロジェクト: lanma121/superPrize
 public static function startRecord()
 {
     self::$start = (int) (microtime(TRUE) * 1000);
 }