require_once 'Net/IPv4.php';
bool validateIP (string $ip_addr, string $cidr_block)
bool validateIP
Determines whether or not the supplied IP address is within the supplied network.
This function can be called statically.