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