[ Index ] |
PHP Cross Reference of YOURLS |
[Summary view] [Print] [Text view]
1 <?php 2 3 declare(strict_types=1); 4 5 namespace GeoIp2\Model; 6 7 /** 8 * Model class for the data returned by GeoIP2 Enterprise database lookups. 9 * 10 * See https://dev.maxmind.com/geoip/docs/web-services?lang=en for more 11 * details. 12 */ 13 class Enterprise extends City 14 { 15 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Apr 2 05:10:25 2025 | Cross-referenced by PHPXref 0.7.1 |