PHP: Convert IP Range to CIDR phptuts August 17, 2012 Read first: PHP: Convert CIDR to ipaddress range PHP: check valid ipaddress or CIDR notation range This function work done with small IP range ex:… Continue Reading
PHP: check valid ipaddress or CIDR notation range phptuts August 17, 2012 This function checks for a valid IP address or CIDR notation address range. Example of usage: Continue Reading
PHP: Convert CIDR to ipaddress range phptuts August 17, 2012 This function takes an IP address and CIDR netmask (e.g. 102.68.1.0/25), and calculate IP address range in that netblock. Example: result: array(2) { [0]=> string(10)… Continue Reading