Home
last modified time | relevance | path

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

/plugin/ipban/ip-lib/src/Range/
H A DRangeInterface.php95 public function getSubnetMask(); function
H A DSingle.php182 public function getSubnetMask() function in IPLib\\Range\\Single
H A DSubnet.php316 public function getSubnetMask() function in IPLib\\Range\\Subnet
H A DPattern.php312 public function getSubnetMask() function in IPLib\\Range\\Pattern
/plugin/ipban/ip-lib/
H A DREADME.md252 You can use the `getSubnetMask()` to get the subnet mask for IPv4 ranges:
256 echo \IPLib\Factory::rangeFromString('192.168.0.*')->getSubnetMask()->toString();
259 echo \IPLib\Factory::rangeFromString('192.168.0.12/30')->getSubnetMask()->toString();