diff options
author | Remi Collet <remi@remirepo.net> | 2023-06-14 07:54:42 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-06-14 07:54:42 +0200 |
commit | 75a4e7f92e4e7b3f1536e19af21ad7a535895f38 (patch) | |
tree | 0678d2ff8ba4a61f64862be8966812f4402a842d /REFLECTION | |
parent | e54cdd4f4c9340ed371e77569f1fcb604bb685bd (diff) |
raise dependency on IP2location library version 8.6
build out of sources tree
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -201,6 +201,27 @@ Extension [ <persistent> extension #78 ip2location version 8.2.0 ] { } - Return [ string ] } + Function [ <internal:ip2location> function ip2location_get_district ] { + + - Parameters [1] { + Parameter #0 [ <required> string $ip_address ] + } + - Return [ string ] + } + Function [ <internal:ip2location> function ip2location_get_asn ] { + + - Parameters [1] { + Parameter #0 [ <required> string $ip_address ] + } + - Return [ string ] + } + Function [ <internal:ip2location> function ip2location_get_as ] { + + - Parameters [1] { + Parameter #0 [ <required> string $ip_address ] + } + - Return [ string ] + } } } |