Exemple #1
0
 /**
  * Get all possible HTTP headers that
  * can contain the User-Agent string.
  *
  * @return array List of HTTP headers.
  * @static 
  */
 public static function getUaHttpHeaders()
 {
     //Method inherited from \Mobile_Detect
     return \Jenssegers\Agent\Agent::getUaHttpHeaders();
 }