PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
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.