| 
 | geoip_db_availDetermine if GeoIP Database is available Description
   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. Parameters
 
 Return Values
   Returns  Examples
 Example #1 A geoip_db_avail example This will output the current database version string. 
<?phpThe above example will output: GEO-106FREE 20080801 Build 1 Copyright (c) 2006 MaxMind LLC All Rights Reserved |