예제 #1
0
파일: raxan.php 프로젝트: enriqueism/raxan
 /**
  * Start/Stop Timer Functions
  */
 public static function startTimer()
 {
     return self::$_timer = microtime(true);
 }