Example #1
0
 /**
  * Retrieve the list of mobile operating systems.
  *
  * @return array The list of mobile operating systems.
  * @static 
  */
 public static function getOperatingSystems()
 {
     //Method inherited from \Mobile_Detect
     return \Jenssegers\Agent\Agent::getOperatingSystems();
 }