geoip_db_avail

Example

 bool geoip_db_avail ( int $database ) 

Description

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.

Return Values

Returns TRUE is database exists, FALSE if not found, or NULL on error.