ipInRange

Check given IP is in the given IP range or not

Arguments
Name Type Description Required
ip string Your ip yes
range string Your range ip for check , if you didn't specify the range block , it will be 32 yes

Output : bool

Static or normal : Static

Examples :

tools::ipInRange('192.168.1.1','149.154.160.0/20');