Home
last modified time | relevance | path

Searched refs:getWithPrefixLen (Results 1 – 4 of 4) sorted by relevance

/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/
H A DReader.php101 list($record) = $this->getWithPrefixLen($ipAddress);
121 public function getWithPrefixLen($ipAddress) function in MaxMind\\Db\\Reader
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md97 // getWithPrefixLen returns an array containing the record and the
99 print_r($reader->getWithPrefixLen($ipAddress));
H A DCHANGELOG.md10 * A new method, `getWithPrefixLen`, was added to the `Reader` class.
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A Dmaxminddb.c191 PHP_METHOD(MaxMind_Db_Reader, getWithPrefixLen) { in PHP_METHOD() argument
648 PHP_ME(MaxMind_Db_Reader, getWithPrefixLen, arginfo_maxmindbreader_get, ZEND_ACC_PUBLIC)