Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DIp.php256 public static function clientIp(): string function in dokuwiki\\Ip
H A Dcommon.php800 return $single ? Ip::clientIp() : implode(',', Ip::clientIps());
/dokuwiki/_test/tests/inc/
H A DIpTest.php503 $result = Ip::clientIp();