|
geoip_setup_custom_directorySet a custom directory for the GeoIP database. Description
void geoip_setup_custom_directory
( string
$path
)The geoip_setup_custom_directory function will change the default directory of the GeoIP database. This is equivalent to changing geoip.custom_directory. Parameters
Return ValuesNo value is returned. Examples
Example #1 A geoip_setup_custom_directory example This will change the GeoIP default database path.
<?php The above example will output: /some/other/path/GeoIP.dat |