관리-도구
편집 파일: City.php
<?php declare(strict_types=1); namespace GeoIp2\Record; /** * City-level data associated with an IP address. * * This record is returned by all location services and databases besides * Country. */ // phpcs:disable class City extends AbstractPlaceRecord {}