Esempio n. 1
0
 /**
  * Retrieve the list of known browsers. Specifically, the user agents.
  *
  * @return array List of browsers / user agents.
  * @static 
  */
 public static function getBrowsers()
 {
     //Method inherited from \Mobile_Detect
     return \Jenssegers\Agent\Agent::getBrowsers();
 }