class IPv6 extends IP

Constants

DOMAIN

Methods

static bool
isIP(string $ip)

No description

from  IP
static bool
isIPv4(string $ip)

No description

from  IP
static bool
isIPv6(string $ip)

No description

from  IP
static bool
isLoopback(string $ip)

No description

from  IP
static IP
from(string $ip)

No description

string
__toString()

No description

int
getDomain()

No description

__construct(string $ip)

No description

static IPv6
fromBinaryBits(array $bits)

No description

bool
isValid()

No description

increment(int $increment = 1)

No description

normalize()

No description

bool
isNormalized()

No description

Details

in IP at line 14
static bool isIP(string $ip)

No description

Parameters

string $ip

Return Value

bool

in IP at line 18
static bool isIPv4(string $ip)

No description

Parameters

string $ip

Return Value

bool

in IP at line 22
static bool isIPv6(string $ip)

No description

Parameters

string $ip

Return Value

bool

in IP at line 26
static bool isLoopback(string $ip)

No description

Parameters

string $ip

Return Value

bool

at line 32
static IP from(string $ip)

No description

Parameters

string $ip

Return Value

IP

at line 109
string __toString()

No description

Return Value

string

at line 65
int getDomain()

No description

Return Value

int

at line 28
__construct(string $ip)

No description

Parameters

string $ip

at line 44
static IPv6 fromBinaryBits(array $bits)

No description

Parameters

array $bits

Return Value

IPv6

at line 61
bool isValid()

No description

Return Value

bool

at line 69
IPv6 increment(int $increment = 1)

No description

Parameters

int $increment

Return Value

IPv6

at line 96
IPv6 normalize()

No description

Return Value

IPv6

at line 101
bool isNormalized()

No description

Return Value

bool