(PECL geoip >= 0.2.0)
geoip_database_info — 获取 GeoIP 数据库的信息
$database
= GEOIP_COUNTRY_EDITION
] ) : stringgeoip_database_info() 函数返回 GeoIP 数据库版本的信息。
如果无参调用该函数,则返回 GeoIP 免费国家版的版本信息。
如果成功,返回数据库的版本信息,错误则返回NULL
。
Example #1 geoip_database_info() 函数的使用范例:
以下代码将会输出数据库的相关信息。
<?php
print geoip_database_info(GEOIP_COUNTRY_EDITION);
?>
以上例程会输出:
GEO-106FREE 20060801 Build 1 Copyright (c) 2006 MaxMind LLC All Rights Reserved