Skip to content

Commit 4b2847a

Browse files
Update README.md
1 parent 980ca7e commit 4b2847a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ Below are the methods supported in this library.
1616
|---|---|
1717
|open|Open the IP2Proxy BIN data with **File I/O** mode for lookup.|
1818
|close|Close and clean up the file pointer.|
19-
|get_package_version|Get the package version (1 to 8 for PX1 to PX8 respectively).|
19+
|get_package_version|Get the package version (1 to 10 for PX1 to PX10 respectively).|
2020
|get_module_version|Get the module version.|
2121
|get_database_version|Get the database version.|
2222
|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>|
2323
|get_all|Return the proxy information in array.|
24-
|get_proxy_type|Return the proxy type. Please visit <a href="https://www.ip2location.com/databases/px4-ip-proxytype-country-region-city-isp" target="_blank">IP2Location</a> for the list of proxy types supported|
24+
|get_proxy_type|Return the proxy type. Please visit <a href="https://www.ip2location.com/database/px10-ip-proxytype-country-region-city-isp-domain-usagetype-asn-lastseen-threat-residential" target="_blank">IP2Location</a> for the list of proxy types supported|
2525
|get_country_short|Return the ISO3166-1 country code (2-digits) of the proxy.|
2626
|get_country_long|Return the ISO3166-1 country name of the proxy.|
2727
|get_region|Return the ISO3166-2 region name of the proxy. Please visit <a href="https://www.ip2location.com/free/iso3166-2" target="_blank">ISO3166-2 Subdivision Code</a> for the information of ISO3166-2 supported|

0 commit comments

Comments
 (0)