(PECL geoip >= 0.2.0)
geoip_database_info — 获取 GeoIP 数据库信息
geoip_database_info() 函数返回 GeoIP 数据库的版本号,该版本号在二进制文件中定义。
如果此函数不带参数调用,则返回 GeoIP 免费国家版(GeoIP Free Country Edition)的版本。
返回相应的数据库版本,或在发生错误时返回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