Comment; } function get_os($agent) { $info = get_browscap_info($agent); return $info->Platform; } function get_device($agent) { $info = get_browscap_info($agent); return $info->Device_Type; } ?>