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