function(string $name = 'num', int $i = 1) { self::_init_count($name); self::$_counters[$name] += $i; }