This class is meant to determine the country where is its located the Internet network given the IP address of computer.
The class uses a CSV file named ip-to-country.csv that lists the IP address ranges and the respective countries. That file can be obtained from from webhosting.info site .
The class can lookup the IP range CSV file or query in a mysql table that has the contents of CSV file for faster lookup.