We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fed5de commit 0db954bCopy full SHA for 0db954b
README.md
@@ -42,6 +42,9 @@ Use following codes in your application for get geolocation information.
42
$this->load->library('ip2location_lib');
43
$countryCode = $this->ip2location_lib->getCountryCode('8.8.8.8');
44
45
+Sample Code
46
+-----------
47
+Sample codes are given in this project, under **controllers** folder. You may run the sample code by using <your_domain>/index.php/ip2location_test.
48
49
Methods
50
-------
@@ -67,3 +70,4 @@ Below are the methods supported.
67
70
$mobileCarrierName = $this->ip2location_lib->getMobileCarrierName($ip);
68
71
$elevation = $this->ip2location_lib->getElevation($ip);
69
72
$usageType = $this->ip2location_lib->getUsageType($ip);
73
+
0 commit comments