File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,9 @@ Retrieve geolocation information for an IP address.
4545| district | District or county name. |
4646| asn | Autonomous system number (ASN). BIN databases. |
4747| as | Autonomous system (AS) name. |
48+ | asDomain | Domain name of the AS registrant. |
49+ | asUsageYype | Usage type of the AS registrant. |
50+ | asCidr | CIDR range for the whole AS. |
4851```
4952
5053## IpTools Class
Original file line number Diff line number Diff line change @@ -83,6 +83,9 @@ echo 'Category : ' . $records['category'] . "\n";
8383echo 'District : ' . $records['district'] . "\n";
8484echo 'ASN : ' . $records['asn'] . "\n";
8585echo 'AS : ' . $records['as'] . "\n";
86+ echo 'AS Domain : ' . $records['asDomain'] . "\n";
87+ echo 'AS Usage Type : ' . $records['asUsageType'] . "\n";
88+ echo 'AS CIDR : ' . $records['asCidr'] . "\n";
8689echo '</pre >';
8790?>
8891```
You can’t perform that action at this time.
0 commit comments