Ejemplo n.º 1
0
 /**
  * 
  *
  * @since 1.0.0 Determine the CURRENT visitor's user agent string.
  * CLI or browser without user agent header uses the generic agent. (from the config)
  * @return string 
  * @static 
  */
 public static function visitorUserAgent()
 {
     return \hisorange\BrowserDetect\Parser::visitorUserAgent();
 }