Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DIp.php39 public static function ipInRange(string $needle, string $haystack): bool function in dokuwiki\\Ip
128 return Ip::ipInRange($ip, $ipOrRange);
/dokuwiki/_test/tests/inc/
H A DIpTest.php96 $result = Ip::ipInRange($ip, $range);