Class X2IPAddress
X2IPAddress helper component for useful IP address methods
public static
string
|
|
public static
|
X2IPAddress helper component for useful IP address methods
public static
string
|
#
wildcardToCidr( string $network )
Convert a network using wildcard notation (192.168.1.*) to CIDR Convert a network using wildcard notation (192.168.1.*) to CIDR Parameters
Returnsstring The network address in CIDR notation, or NULL if it cannot be converted |
public static
|
#
subnetContainsIp( string $network, string $host )
Parameters
|