Home
last modified time | relevance | path

Searched refs:getEndAddress (Results 1 – 5 of 5) sorted by relevance

/plugin/ipban/ip-lib/src/Range/
H A DRangeInterface.php74 public function getEndAddress(); function
H A DPattern.php267 public function getEndAddress() function in IPLib\\Range\\Pattern
301 …return new Subnet($this->getStartAddress(), $this->getEndAddress(), 8 * (4 - $this->asterisksCount…
303 …return new Subnet($this->getStartAddress(), $this->getEndAddress(), 16 * (8 - $this->asterisksCoun…
H A DSingle.php152 public function getEndAddress() function in IPLib\\Range\\Single
H A DSubnet.php245 public function getEndAddress() function in IPLib\\Range\\Subnet
/plugin/ipban/ip-lib/
H A DREADME.md124 echo (string) $range->getEndAddress();