Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
S1lentium committed Jul 27, 2015
1 parent fdd6222 commit 0d9d066
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ echo IP::parse('10.0.0.1')->hex // 0a000001
echo IP::parse('127.0.0.1')->long // 2130706433
```

**Other public properties:**
###Other public properties:###

**maxPrefixLength**
`maxPrefixLength`
The max number of bits in the address representation: 32 for IPv4, 128 for IPv6.

**bitsInOctet**
`bitsInOctet`
The count of bits in one octet of address representation: 8 for IPv4, 16 for IPv6

**reversePointer**
`reversePointer`
The name of the reverse DNS PTR for the address:
```php
echo new IP::parse('192.0.2.5')->reversePointer // 5.2.0.192.in-addr.arpa
Expand Down

0 comments on commit 0d9d066

Please sign in to comment.