|
geoip_setup_custom_directorySet a custom directory for the GeoIP database. Beschreibung
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. Parameter-Liste
RückgabewerteEs wird kein Wert zurückgegeben. Beispiele
Beispiel #1 A geoip_setup_custom_directory example This will change the GeoIP default database path.
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: /some/other/path/GeoIP.dat |