3.5.2.8. Geolocation

File: classes/Geolocation.php
The Geolocation class provides access to geolocation information.

3.5.2.8.1. Get_Default
Format: result = Get_Default()
Example: $result = $geo->Get_Default();

This method returns an array of information about the local IP.

3.5.2.8.2. Get_IP
Format: result = Get_IP(IP)
Example: $result = $geo->Get_IP($ip);

This method returns an array of information about the specified IP.