Home
last modified time | relevance | path

Searched refs:getComparableString (Results 1 – 8 of 8) sorted by relevance

/plugin/ipban/ip-lib/src/Range/
H A DSingle.php164 return $this->address->getComparableString();
174 return $this->address->getComparableString();
H A DSubnet.php194 $cmp = $address->getComparableString();
257 return $this->fromAddress->getComparableString();
267 return $this->toAddress->getComparableString();
H A DPattern.php216 $cmp = $address->getComparableString();
279 return $this->fromAddress->getComparableString();
289 return $this->toAddress->getComparableString();
/plugin/ipban/ip-lib/src/
H A DFactory.php127 $cmp = strcmp($from->getComparableString(), $to->getComparableString());
/plugin/ipban/ip-lib/src/Address/
H A DAddressInterface.php72 public function getComparableString(); function
H A DIPv4.php134 return $this->getComparableString();
280 public function getComparableString() function in IPLib\\Address\\IPv4
H A DIPv6.php437 public function getComparableString() function in IPLib\\Address\\IPv6
/plugin/ipban/ip-lib/
H A DREADME.md276 When you want to check if an address is within a stored range, simply use the `getComparableString`…
307 ':address' => $address->getComparableString(),