|
PHP5中文手册
geoip_db_avail(PECL geoip:1.0.1) geoip_db_avail — Determine if GeoIP Database is available 说明
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. 范例
Example#1 A geoip_db_avail() example This will output the current database version string.
<?php 上例将输出:
|