GeoIp2Location
        
        extends Location
    
    
            
            in package
            
        
    
    
    
Model of the GeoIP2 Location information, including the local time.
Table of Contents
Properties
- $localTime : string
 
Methods
- __construct() : mixed
 - jsonSerialize() : array<string|int, mixed>
 
Properties
$localTime read-only
    public
        string
    $localTime
    
    
        The date and time of the transaction in the time zone associated with the IP address. The value is formatted according to RFC 3339. For instance, the local time in Boston might be returned as 2015-04-27T19:17:24-04:00.
Methods
__construct()
    public
                    __construct(array<string|int, mixed> $record) : mixed
    Parameters
- $record : array<string|int, mixed>
 
jsonSerialize()
    public
                    jsonSerialize() : array<string|int, mixed>