Example #1
0
 /**
  * Hash the useragent roughly.
  * @return string
  */
 public static function getUAHash()
 {
     return strtoupper(substr(md5(GWF_IP6::getUserAgent()), 0, self::UA_HASH_LEN));
 }