geoip_longitude
- Синтаксис
-
native Float:geoip_longitude(const ip[]);
Переменная | Описание |
---|---|
ip |
The IP address to look up. |
- Описание
- Look up the city's longitude for the given IP address.
- Пометка
-
This native requires GeoIP City database, which can be retrieved from: http://dev.maxmind.com/geoip/geoip2/geolite2/ (MaxMind DB binary)
- Возвращает
- The result of the geoip look up, 0 if longitude is not found.