IPv6
class IPv6 extends IP
Constants
| DOMAIN |
|
Methods
string
__toString()
No description
int
getDomain()
No description
__construct(string $ip)
No description
static IPv6
fromBinaryBits(array $bits)
No description
bool
isValid()
No description
bool
isNormalized()
No description
Details
in
IP at line 14
static bool
isIP(string $ip)
No description
in
IP at line 18
static bool
isIPv4(string $ip)
No description
in
IP at line 22
static bool
isIPv6(string $ip)
No description
in
IP at line 26
static bool
isLoopback(string $ip)
No description
at line 32
static IP
from(string $ip)
No description
at line 109
string
__toString()
No description
at line 65
int
getDomain()
No description
at line 28
__construct(string $ip)
No description
at line 44
static IPv6
fromBinaryBits(array $bits)
No description
at line 61
bool
isValid()
No description
at line 69
IPv6
increment(int $increment = 1)
No description
at line 96
IPv6
normalize()
No description
at line 101
bool
isNormalized()
No description