(PECL geoip >= 1.1.0)
geoip_setup_custom_directory — 设置 GeoIP 数据库的自定义目录
geoip_setup_custom_directory() 函数将更改 GeoIP 数据库的默认目录。这等效于更改 geoip.custom_directory.
path
GeoIP 数据库在磁盘上的完整路径。
不返回值。
示例 #1 geoip_setup_custom_directory() 示例
这将更改 GeoIP 默认数据库路径。
<?php
geoip_setup_custom_directory('/some/other/path');
print geoip_db_filename(GEOIP_COUNTRY_EDITION);
?>
以上示例将输出
/some/other/path/GeoIP.dat