|
geoip_db_filenameReturns the filename of the corresponding GeoIP Database Beschreibung
string geoip_db_filename
( int
$database
)The geoip_db_filename function returns the filename of the corresponding GeoIP Database. It does not indicate if the file exists or not on disk, only where the library is looking for the database. Parameter-Liste
Rückgabewerte
Returns the filename of the corresponding database, or Beispiele
Beispiel #1 A geoip_db_filename example This will output the filename of the corresponding database.
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: /usr/share/GeoIP/GeoIP.dat |