You could use something like this to convert from CIDR to an array of singular addresses, and then call whatever functions that one is calling to check, you know.
class networkManagement
{
private $cidr = null;
public function __construct ($cidr)
{
$this->cidr = $cidr...