update : 2015.11.03
php.shukuma.com검색:
|
geoip_setup_custom_directory(PECL geoip >= 1.1.0) geoip_setup_custom_directory — Set a custom directory for the GeoIP database. 설명
void geoip_setup_custom_directory
( string
$path
)The geoip_setup_custom_directory() function will change the default directory of the GeoIP database. This is equivalent to changing geoip.custom_directory. 인수
반환값값을 반환하지 않습니다. 예제
Example #1 A geoip_setup_custom_directory() example This will change the GeoIP default database path.
<?php 위 예제의 출력: /some/other/path/GeoIP.dat |