geoip_code3
Функция устарела, старайтесь не использовать!
This native will overflow the buffer by one cell on an unknown ip lookup! Use geoip_code3_ex instead.
- Синтаксис
-
#pragma deprecated Use geoip_code3_ex() instead. native geoip_code3(const ip[], result[4]);
Переменная | Описание |
---|---|
ip |
The IP address to lookup. |
result |
The result buffer. |
- Описание
- Lookup the three character country code for a given IP address. Sets the buffer to "error" on an unsuccessful lookup.
- Возвращает
- The result length.