geoip_db_avail

 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.