</span></span><spanid="6"class="l"><aclass="l"href="#6"> 6: </a><spanclass="php-comment"> * Contains data for the country record associated with an IP address
</span></span><spanid="10"class="l"><aclass="l"href="#10">10: </a><spanclass="php-comment"> * @property int $confidence A value from 0-100 indicating MaxMind's
</span></span><spanid="11"class="l"><aclass="l"href="#11">11: </a><spanclass="php-comment"> * confidence that the country is correct. This attribute is only available
</span></span><spanid="12"class="l"><aclass="l"href="#12">12: </a><spanclass="php-comment"> * from the Omni end point.
</span></span><spanid="14"class="l"><aclass="l"href="#14">14: </a><spanclass="php-comment"> * @property int $geonameId The GeoName ID for the country. This attribute is
</span></span><spanid="15"class="l"><aclass="l"href="#15">15: </a><spanclass="php-comment"> * returned by all end points.
</span></span><spanid="17"class="l"><aclass="l"href="#17">17: </a><spanclass="php-comment"> * @property string $isoCode The {@link http://en.wikipedia.org/wiki/ISO_3166-1
</span></span><spanid="18"class="l"><aclass="l"href="#18">18: </a><spanclass="php-comment"> * two-character ISO 3166-1 alpha code} for the country. This attribute is
</span></span><spanid="19"class="l"><aclass="l"href="#19">19: </a><spanclass="php-comment"> * returned by all end points.
</span></span><spanid="21"class="l"><aclass="l"href="#21">21: </a><spanclass="php-comment"> * @property string $name The name of the country based on the languages list
</span></span><spanid="22"class="l"><aclass="l"href="#22">22: </a><spanclass="php-comment"> * passed to the constructor. This attribute is returned by all end points.
</span></span><spanid="24"class="l"><aclass="l"href="#24">24: </a><spanclass="php-comment"> * @property array $names An array map where the keys are language codes and
</span></span><spanid="25"class="l"><aclass="l"href="#25">25: </a><spanclass="php-comment"> * the values are names. This attribute is returned by all end points.