Home
last modified time | relevance | path

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

/plugin/ipban/ip-lib/src/Address/
H A DIPv4.php42 protected $comparableString; variable in IPLib\\Address\\IPv4
61 $this->comparableString = null;
282 if ($this->comparableString === null) {
287 $this->comparableString = implode('.', $chunks);
290 return $this->comparableString;