geoip_db_get_all_info

 array geoip_db_get_all_info ( void ) 

説明

The geoip_db_get_all_info() function will return detailed information as a multi-dimensional array about all the GeoIP database types. This function is available even if no databases are installed. It will simply list them as non-available. The names of the different keys of the returning associative array are as follows: "available" -- Boolean, indicate if DB is available (see geoip_db_avail()) "description" -- The database description "filename" -- The database filename on disk (see geoip_db_filename())

戻り値

Returns the associative array.