Skip to content

Commit d7af5b7

Browse files
committed
Updated documentation.
1 parent 1cf3c4a commit d7af5b7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/source/code.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

docs/source/quickstart.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ echo 'Category : ' . $records['category'] . "\n";
8383
echo 'District : ' . $records['district'] . "\n";
8484
echo 'ASN : ' . $records['asn'] . "\n";
8585
echo '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";
8689
echo '</pre>';
8790
?>
8891
```

0 commit comments

Comments
 (0)