コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Quiss/Twiga
 /**
  * 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();
 }