Searched refs:getRangeType (Results 1 – 9 of 9) sorted by relevance
109 public function getRangeType(RangeInterface $range) function in IPLib\\Address\\AssignedRange125 $result = $exception->getRangeType($range);
65 public function getRangeType(); function
396 public function getRangeType() function in IPLib\\Address\\IPv6401 $this->rangeType = $ipv4->getRangeType();
247 public function getRangeType() function in IPLib\\Address\\IPv4
98 public function getRangeType() function in IPLib\\Range\\Single100 return $this->address->getRangeType();
152 public function getRangeType() function in IPLib\\Range\\Subnet157 …ory::rangeFromBoundaries($this->fromAddress->toIPv4(), $this->toAddress->toIPv4())->getRangeType();173 $rangeType = $reservedRange->getRangeType($this);
42 public function getRangeType(); function
174 public function getRangeType() function in IPLib\\Range\\Pattern179 …ory::rangeFromBoundaries($this->fromAddress->toIPv4(), $this->toAddress->toIPv4())->getRangeType();195 $rangeType = $reservedRange->getRangeType($this);
193 …ivate network, or if it's a public IP, or whatever you want, you can use the `getRangeType` method:198 $typeID = $address->getRangeType();212 If you want to know the type of an address range, you can use the `getRangeType` method:216 $type = $range->getRangeType();226 $type = $range->getRangeType();