Ejemplo n.º 1
0
 /**
  * 
  *
  * @since 1.0.0 Hash the user-agent string. Function being seperated from the code to be more flexible.
  * @param string $userAgent User agent string.
  * @return string Hashed and prefixed key.
  * @static 
  */
 public static function hashUserAgentString($userAgent)
 {
     return \hisorange\BrowserDetect\Parser::hashUserAgentString($userAgent);
 }