0) { $converted = substr(self::codeset, bcmod($n, $base), 1) . $converted; $n = self::bcFloor(bcdiv($n, $base)); } return $converted; } }