Home
last modified time | relevance | path

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

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