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