Net_IPv6
Provides function to work with the 'Internet Protocol v6'
- Net_IPv6::checkIPv6() — Validation of IPv6 addresses
- Net_IPv6::compress() — compress an IPv6 address
- Net_IPv6::uncompress() — Uncompresses an IPv6 address
- Net_IPv6::getAddressType() — Returns the type of an IP address
- Net_IPv6::getNetmask() — Calculates the network prefix
- Net_IPv6::getNetmaskSpec() — Returns a possible existing netmask specification at an IP addresse.
- Net_IPv6::getPrefixLength() — Tests for a prefix length specification in the address and returns the prefix length, if exists.
- Net_IPv6::isInNetmask() — Checks if an IP is in a specific address space
- Net_IPv6::removeNetmaskSpec() — Removes the Netmask length specification
- Net_IPv6::removePrefixLength() — Tests for a prefix length specification in the address and removes the prefix length, if exists.
- Net_IPv6::splitV64() — splits an IPv6 address in it IPv6 and IPv4 part