diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 103 |
1 files changed, 98 insertions, 5 deletions
@@ -1,6 +1,63 @@ -Extension [ <persistent> extension #107 maxminddb version 1.6.0 ] { +Extension [ <persistent> extension #116 maxminddb version 1.7.0 ] { + + - Classes [3] { + Class [ <internal:maxminddb> class MaxMind\Db\Reader\InvalidDatabaseException extends Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + } + + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <optional> $message ] + Parameter #1 [ <optional> $code ] + Parameter #2 [ <optional> $previous ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + } + } + } - - Classes [1] { Class [ <internal:maxminddb> class MaxMind\Db\Reader ] { - Constants [1] { @@ -20,7 +77,7 @@ Extension [ <persistent> extension #107 maxminddb version 1.6.0 ] { Method [ <internal:maxminddb, ctor> public method __construct ] { - Parameters [1] { - Parameter #0 [ <required> $db_file ] + Parameter #0 [ <required> string $db_file ] } } @@ -33,15 +90,16 @@ Extension [ <persistent> extension #107 maxminddb version 1.6.0 ] { Method [ <internal:maxminddb> public method get ] { - Parameters [1] { - Parameter #0 [ <required> $ip_address ] + Parameter #0 [ <required> string $ip_address ] } } Method [ <internal:maxminddb> public method getWithPrefixLen ] { - Parameters [1] { - Parameter #0 [ <required> $ip_address ] + Parameter #0 [ <required> string $ip_address ] } + - Return [ array or NULL ] } Method [ <internal:maxminddb> public method metadata ] { @@ -51,6 +109,41 @@ Extension [ <persistent> extension #107 maxminddb version 1.6.0 ] { } } } + + Class [ <internal:maxminddb> class MaxMind\Db\Reader\Metadata ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [11] { + Property [ <default> public $binaryFormatMajorVersion ] + Property [ <default> public $binaryFormatMinorVersion ] + Property [ <default> public $buildEpoch ] + Property [ <default> public $databaseType ] + Property [ <default> public $description ] + Property [ <default> public $ipVersion ] + Property [ <default> public $languages ] + Property [ <default> public $nodeByteSize ] + Property [ <default> public $nodeCount ] + Property [ <default> public $recordSize ] + Property [ <default> public $searchTreeSize ] + } + + - Methods [1] { + Method [ <internal:maxminddb, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> array $metadata ] + } + } + } + } } } |