如何在GeoLite2中禁用郊区

时间:2019-03-06 02:43:11

标签: php geoip maxmind

我在我的网站上使用GeoLite2-City.mmdb。它全部按要求工作,但唯一的问题是,有时返回郊区名称而不是城市名称。有没有办法总是获得城市名称?

use GeoIp2\Database\Reader;
$db = new Reader('/GeoLite2.mmdb');
$test = $db->city('CONFIG_IP_ADDRESSS');
echo $test ['city']['names']['en'];

谢谢

0 个答案:

没有答案