geoip_code3_ex
Look up the three character country code for a given IP address. e.g: "USA", "cAN", etc.
Syntax
native bool:geoip_code3_ex(const ip[], result[4])
Usage
| ip | The IP address to lookup. |
Return
true — on a successful lookup, false on a failed lookup.
Defined in
geoip.inc
at line 48
.
This documentation was automatically generated from source.