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.
Returns TRUE is database exists, FALSE if not found, or NULL on error.