Reader::__construct( string $database )
Constructs a Reader for the MaxMind DB format. The file passed to it must be a valid MaxMind DB file such as a GeoIp2 database file.
Description Description
Parameters Parameters
- $database
-
(Required) the MaxMind DB file to use
Source Source
File: vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php