geoip_db_filename
(PECL geoip >= 1.0.1)
geoip_db_filename — 対応する GeoIP データベースのファイル名を返す
説明
geoip_db_filename() 関数は、 対応する GeoIP データベースのファイル名を返します。
これは、そのファイルが存在するかどうかを表すものではありません。 単に、ライブラリがデータベースを探す先を返すだけのものです。
戻り値
対応するデータベースのファイル名、あるいはエラー時に null
を返します。
例
例1 geoip_db_filename() の例
これは、対応するデータベースのファイル名を出力します。
<?php
print geoip_db_filename(GEOIP_COUNTRY_EDITION);
?>
上の例の出力は以下となります。
/usr/share/GeoIP/GeoIP.dat
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google