Databases: IP to Country
Pascal Toussaint (contact me)
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.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Good (83.0%)
| Sufficient (77.7%)
| Sufficient (67.9%)
| Sufficient (77.7%)
| -
| -
| Sufficient (63.8%)
| 412 |
Click here for detailed information about this class on phpclasses.org
Class
the ip2country class