class IPv4 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

bool
isValid()

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 30
static IP from(string $ip)

No description

Parameters

string $ip

Return Value

IP

at line 52
string __toString()

No description

Return Value

string

at line 44
int getDomain()

No description

Return Value

int

at line 26
__construct(string $ip)

No description

Parameters

string $ip

at line 40
bool isValid()

No description

Return Value

bool