require_once 'Net/IPv6.php';
boolean Net_IPv6::checkIPv6 (string $ip)
boolean Net_IPv6::checkIPv6
Checks an IP for IPv6 compatibility.
string $ip - the IP address to check
boolean - TRUE, if syntax is valid
This function can be called statically.