Net_IPv6::isInNetmask() | Net_IPv6::splitV64() |
Net_IPv6 | |
PEAR Manual | |
require_once 'Net/IPv6.php'; |
string Net_IPv6::removeNetmaskSpec (
string $ip
)
Removes a possible existing netmask length specification in an IP addresse.
string $ip - the IP address in Hex format, compressed IPs are allowed
string - the IP without netmask length specification.
This function can be called statically.
Method available since: Release 1.1.0
Net_IPv6::isInNetmask() | Net_IPv6::splitV64() |
Net_IPv6 | |
PEAR Manual | |