|
geoip_db_availDetermine if GeoIP Database is available Beschreibung
bool geoip_db_avail
( int
$database
)The geoip_db_avail function returns if the corresponding GeoIP Database is available and can be opened on disk. It does not indicate if the file is a proper database, only if it is readable. Parameter-Liste
Rückgabewerte
Returns Beispiele
Beispiel #1 A geoip_db_avail example This will output the current database version string.
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: GEO-106FREE 20080801 Build 1 Copyright (c) 2006 MaxMind LLC All Rights Reserved |