diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-03 14:04:07 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-03 14:04:07 +0200 |
commit | 0318770a0d3cfe207e9ffb6ec852d652db536a9a (patch) | |
tree | 3e085c5bbddf1ef7f867e51dd2ba513b8689d40f /REFLECTION | |
parent | 66c145f15fd8bab82630a7b7064acde411f0b099 (diff) |
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -222,6 +222,27 @@ Extension [ <persistent> extension #90 ip2location version 8.3.0 ] { } - Return [ string ] } + Function [ <internal:ip2location> function ip2location_get_as_domain ] { + + - Parameters [1] { + Parameter #0 [ <required> string $ip_address ] + } + - Return [ string ] + } + Function [ <internal:ip2location> function ip2location_get_as_usage_type ] { + + - Parameters [1] { + Parameter #0 [ <required> string $ip_address ] + } + - Return [ string ] + } + Function [ <internal:ip2location> function ip2location_get_as_cidr ] { + + - Parameters [1] { + Parameter #0 [ <required> string $ip_address ] + } + - Return [ string ] + } } } |