Method | Description | |
---|---|---|
SplitV64 ( string $ip ) : array | Splits an IPv6 address into the IPv6 and a possible IPv4 part | |
Uncompress ( string $ip ) : string | Uncompresses an IPv6 address | |
checkIPv6 ( string $ip ) : boolean | Checks an IPv6 address | |
removeNetmaskSpec ( string $ip ) : string | Removes a possible existing netmask specification of an IP address. |
public Uncompress ( string $ip ) : string | ||
$ip | string | a valid IPv6-address (hex format) |
return | string | the uncompressed IPv6-address (hex format) |
public removeNetmaskSpec ( string $ip ) : string | ||
$ip | string | the (compressed) IP as Hex representation |
return | string | the IP the without netmask |