native
geoip_code3
Deprecated
Lookup the three character country code for a given IP address.
Syntax
native geoip_code3(const ip[], result[4]);
Description
This function has no description.
Parameters
| ip | The IP address to lookup. |
|---|---|
| result | The result buffer. |
Note
This native will overflow the buffer by one cell on an unknown ip lookup!
Note
Use geoip_code3_ex instead!