Tagged Questions
6
votes
3answers
3k views
matching an IP to a CIDR mask in php5?
I'm looking for quick/simple/(maybe built in that i never noticed before), method for matching a given IP4 dotted quad IP to a CIDR notation mask.
I have a bunch of IPs I need to see if they match a ...