diff options
author | Remi Collet <remi@remirepo.net> | 2020-10-22 11:21:34 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-10-22 11:21:34 +0200 |
commit | 2d5ce2e9f2d8f923a865c68f062c9b303a24dfd5 (patch) | |
tree | 442988c61f07e42c90bd09453b1f98c512fdc517 /REFLECTION |
new package
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 107 |
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] { + } + } + } +} + |