File "MaxMind.php"
Full Path: /var/www/bvnghean.vn/save_bvnghean.vn/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php
File size: 400 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace GeoIp2\Record;
/**
* Contains data about your account.
*
* This record is returned by all location services and databases.
*
* @property-read int|null $queriesRemaining The number of remaining queries you
* have for the service you are calling.
*/
class MaxMind extends AbstractRecord
{
/**
* @ignore
*/
protected $validAttributes = ['queriesRemaining'];
}