(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