diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-01 08:41:34 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-01 08:41:34 +0200 |
commit | 012e075c865d936ded0fc5d24be92e945a5dd7f4 (patch) | |
tree | f99aef07365bc34b0c5a3ea9534179de87c3b1f8 /REFLECTION | |
parent | 7d8d1f2ec0c2028ea8b78aae4c8aa817c3cc0762 (diff) |
- update to 1.5.0
- raise dependency on PHP 5.6
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #197 maxminddb version 1.4.1 ] { +Extension [ <persistent> extension #200 maxminddb version 1.5.0 ] { - Classes [1] { Class [ <internal:maxminddb> class MaxMind\Db\Reader ] { @@ -15,7 +15,7 @@ Extension [ <persistent> extension #197 maxminddb version 1.4.1 ] { - Properties [0] { } - - Methods [4] { + - Methods [5] { Method [ <internal:maxminddb, ctor> public method __construct ] { - Parameters [1] { @@ -36,6 +36,13 @@ Extension [ <persistent> extension #197 maxminddb version 1.4.1 ] { } } + Method [ <internal:maxminddb> public method getWithPrefixLen ] { + + - Parameters [1] { + Parameter #0 [ <required> $ip_address ] + } + } + Method [ <internal:maxminddb> public method metadata ] { - Parameters [0] { |