|
geoip_db_filename
Returns the filename of the corresponding GeoIP Database
(PECL geoip:1.0.1)
Example 769. A geoip_db_filename() exampleThis will output the filename of the corresponding database. <?php The above example will output: /usr/share/GeoIP/GeoIP.dat |