Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dcommon.php829 // this case all ips in the list are trusted
891 * @param string $ips comma separated list of IP addresses
894 function gethostsbyaddrs($ips)
897 if (!$conf['dnslookups']) return $ips;
900 $ips = explode(',', $ips);
902 if (is_array($ips)) {
903 foreach ($ips as $ip) {
908 return gethostbyaddr(trim($ips));
898 gethostsbyaddrs($ips) global() argument