summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION107
1 files changed, 107 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION
new file mode 100644
index 0000000..8be2f86
--- /dev/null
+++ b/REFLECTION
@@ -0,0 +1,107 @@
+Extension [ <persistent> extension #79 ip2proxy version 3.0.0 ] {
+
+ - Constants [4] {
+ Constant [ int IP2PROXY_FILE_IO ] { 0 }
+ Constant [ int IP2PROXY_CACHE_MEMORY ] { 1 }
+ Constant [ int IP2PROXY_SHARED_MEMORY ] { 2 }
+ Constant [ int IP2PROXY_RECORD ] { 0 }
+ }
+
+ - Functions {
+ Function [ <internal:ip2proxy> function ip2proxy_open ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $file_path ]
+ }
+ }
+ Function [ <internal:ip2proxy> function ip2proxy_open_mem ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $method ]
+ }
+ }
+ Function [ <internal:ip2proxy> function ip2proxy_get_country_short ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ip_address ]
+ }
+ }
+ Function [ <internal:ip2proxy> function ip2proxy_get_country_long ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ip_address ]
+ }
+ }
+ Function [ <internal:ip2proxy> function ip2proxy_get_region ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ip_address ]
+ }
+ }
+ Function [ <internal:ip2proxy> function ip2proxy_get_city ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ip_address ]
+ }
+ }
+ Function [ <internal:ip2proxy> function ip2proxy_get_isp ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ip_address ]
+ }
+ }
+ Function [ <internal:ip2proxy> function ip2proxy_get_domain ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ip_address ]
+ }
+ }
+ Function [ <internal:ip2proxy> function ip2proxy_get_usage_type ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ip_address ]
+ }
+ }
+ Function [ <internal:ip2proxy> function ip2proxy_get_asn ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ip_address ]
+ }
+ }
+ Function [ <internal:ip2proxy> function ip2proxy_get_as ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ip_address ]
+ }
+ }
+ Function [ <internal:ip2proxy> function ip2proxy_get_last_seen ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ip_address ]
+ }
+ }
+ Function [ <internal:ip2proxy> function ip2proxy_get_threat ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ip_address ]
+ }
+ }
+ Function [ <internal:ip2proxy> function ip2proxy_get_all ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ip_address ]
+ }
+ }
+ Function [ <internal:ip2proxy> function ip2proxy_close ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:ip2proxy> function ip2proxy_delete_shm ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+}
+