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 e3c4e56 commit a825ebbCopy full SHA for a825ebb
README.md
@@ -77,7 +77,7 @@ Use following codes in your application for get geolocation information.
77
define('IP2LOCATION_LANGUAGE', 'zh-cn');
78
79
$ipl = new IP2Location_lib();
80
- $countryCode = $ipl->getWebService('8.8.8.8');
+ print_r ($ipl->getWebService('8.8.8.8'));
81
82
## Dependencies
83
This module requires IP2Location BIN data file or IP2Location API key to function. You may download the BIN data file at
0 commit comments