Home
last modified time | relevance | path

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

/dports/www/e107/e107/e107_handlers/
H A Diphandler_class.php658 * @param boolean $IP4Legacy
661 public function ipDecode($ip, $IP4Legacy = TRUE) argument
665 if ($IP4Legacy) return $ip; // Assume its unencoded IPV4
714 if ($IP4Legacy && (substr($ret,0,7) == '::ffff:'))
H A De107_class.php4860 * @param boolean $IP4Legacy
4863 public function ipdecode($ip, $IP4Legacy = TRUE) argument
4865 return self::getIPHandler()->ipDecode($ip, $IP4Legacy);