Ejemplo n.º 1
0
 /**
  * Start/Stop Timer Functions
  */
 public static function startTimer()
 {
     return self::$_timer = microtime(true);
 }