(PECL geoip >= 0.2.0)
geoip_database_info — 获取 GeoIP 数据库信息
geoip_database_info() 函数返回 GeoIP 数据库版本,该版本在二进制文件中定义。
如果此函数在没有参数的情况下被调用,它将返回 GeoIP 免费国家版版本。
返回相应的数据库版本,或在错误时返回 null
。
示例 #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