GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MaxMind::DB::Metadata(3) User Contributed Perl Documentation MaxMind::DB::Metadata(3)

MaxMind::DB::Metadata - A class for metadata related to a MaxMind DB database

version 0.040001

    my $reader = MaxMind::DB::Reader->new( file => $path );
    my $metadata = $reader->metadata();

    print $metadata->description()->{en};

This class provides an API for representing the metadata of a MaxMind DB database. See http://maxmind.github.io/MaxMind-DB/ for the official format spec.

This class provides methods for each metadata attribute in a database.

Returns the binary format major version number.

Returns the binary format minor version number.

Returns the database's build timestamp as an epoch value.

Returns a string indicating the database's type.

Returns an arrayref of locale codes indicating what languages this database has information for.

Returns a hashref of descriptions. The keys should be locale codes like "en" or "pt-BR" and the values are the description in that language.

Returns a 4 or 6 indicating what type of IP addresses this database can be used to look up.

Returns the number of nodes in the database's search tree.

Returns the record size for nodes in the database's search tree.

  • Dave Rolsky <drolsky@maxmind.com>
  • Olaf Alders <oalders@maxmind.com>

This software is Copyright (c) 2016 by MaxMind, Inc..

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)
2016-02-02 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.