You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,17 +17,17 @@ Below are the methods supported in this module.
17
17
|---|---|
18
18
|open|Open the IP2Proxy BIN data with **File I/O** mode for lookup.|
19
19
|close|Close and clean up the file pointer.|
20
-
|getPackageVersion|Get the package version (1 to 4 for PX1 to PX4 respectively).|
21
-
|getModuleVersion|Get the module version.|
22
-
|getDatabaseVersion|Get the database version.|
23
-
|isProxy|Check whether if an IP address was a proxy. Returned value:<ul><li>-1 : errors</li><li>0 : not a proxy</li><li>1 : a proxy</li><li>2 : a data center IP address</li></ul>|
24
-
|getAll|Return the proxy information in array.|
25
-
|getProxyType|Return the proxy type. Please visit <ahref="https://www.ip2location.com/databases/px4-ip-proxytype-country-region-city-isp"target="_blank">IP2Location</a> for the list of proxy types supported|
26
-
|getCountryShort|Return the ISO3166-1 country code (2-digits) of the proxy.|
27
-
|getCountryLong|Return the ISO3166-1 country name of the proxy.|
28
-
|getRegion|Return the ISO3166-2 region name of the proxy. Please visit <ahref="https://www.ip2location.com/free/iso3166-2"target="_blank">ISO3166-2 Subdivision Code</a> for the information of ISO3166-2 supported|
29
-
|getCity|Return the city name of the proxy.|
30
-
|getISP|Return the ISP name of the proxy.|
20
+
|get_package_version|Get the package version (1 to 4 for PX1 to PX4 respectively).|
21
+
|get_module_version|Get the module version.|
22
+
|get_database_version|Get the database version.|
23
+
|is_proxy|Check whether if an IP address was a proxy. Returned value:<ul><li>-1 : errors</li><li>0 : not a proxy</li><li>1 : a proxy</li><li>2 : a data center IP address</li></ul>|
24
+
|get_all|Return the proxy information in array.|
25
+
|get_proxytype|Return the proxy type. Please visit <ahref="https://www.ip2location.com/databases/px4-ip-proxytype-country-region-city-isp"target="_blank">IP2Location</a> for the list of proxy types supported|
26
+
|get_country_short|Return the ISO3166-1 country code (2-digits) of the proxy.|
27
+
|get_country_long|Return the ISO3166-1 country name of the proxy.|
28
+
|get_region|Return the ISO3166-2 region name of the proxy. Please visit <ahref="https://www.ip2location.com/free/iso3166-2"target="_blank">ISO3166-2 Subdivision Code</a> for the information of ISO3166-2 supported|
0 commit comments