Ejemplo n.º 1
0
 /**
  * Stop Current Unix timestamp with microseconds
  * @access protected
  */
 protected static function timeStop()
 {
     if (self::getIniInstance()) {
         self::$timerEnd = microtime();
     }
 }