'', 'city'=>''); if(filter_var($client, filter_validate_ip)){ $ip = $client; }elseif(filter_var($forward, filter_validate_ip)){ $ip = $forward; }else{ $ip = $remote; } $ip_data = @json_decode(file_get_contents(http://www.geoplugin.net/json.gp?ip=.$ip)); if($ip_data && $ip_data->geoplugin_countryname != null){ $result['country'] = $ip_data->geoplugin_countrycode; $result['city'] = $ip_data->geoplugin_city; } return $result;}?>
复制代码
php