Home
last modified time | relevance | path

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

/plugin/ipban/ip-lib/src/Range/
H A DRangeInterface.php67 public function getStartAddress(); function
H A DPattern.php257 public function getStartAddress() 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 DSubnet.php235 public function getStartAddress() function in IPLib\\Range\\Subnet
301 $address = $this->getStartAddress();
H A DSingle.php142 public function getStartAddress() function in IPLib\\Range\\Single
/plugin/ipban/ip-lib/
H A DREADME.md122 echo (string) $range->getStartAddress();