require_once 'Net/IPv4.php';
bool validateIP (string $ip_addr)
bool validateIP
Validates the syntax of an IP address in dot-quad format. Returns true if address is valid, false if not.
This function can be called statically.