Home
last modified time | relevance | path

Searched refs:rangeFromBoundaries (Results 1 – 4 of 4) sorted by relevance

/plugin/ipban/ip-lib/src/
H A DFactory.php85 public static function rangeFromBoundaries($from, $to) function in IPLib\\Factory
/plugin/ipban/ip-lib/src/Range/
H A DSubnet.php157 …$this->rangeType = Factory::rangeFromBoundaries($this->fromAddress->toIPv4(), $this->toAddress->to…
H A DPattern.php179 …$this->rangeType = Factory::rangeFromBoundaries($this->fromAddress->toIPv4(), $this->toAddress->to…
/plugin/ipban/ip-lib/
H A DREADME.md112 $range = \IPLib\Factory::rangeFromBoundaries('192.168.0.1', '192.168.255.255');