You are here

public function Database::getType in Smart IP 6.2

Same name and namespace in other branches
  1. 7.2 includes/vendor/ip2location/ip2location-php/IP2Location.php \IP2Location\Database::getType()

Get the database's type (1--24)

@access public

Return value

int

File

includes/vendor/ip2location/ip2location-php/IP2Location.php, line 1555

Class

Database
IP2Location database class

Namespace

IP2Location

Code

public function getType() {
  return $this->type + 1;
}