search
Homephp教程php手册实例详解php如何判断手机系统(附代码)

这篇文章结合实例主要介绍了php如何判断手机系统,有一定的参考价值,感兴趣的朋友可以看看,希望可以帮助到你!

现在很流行扫二维码来下载App,你知道其中的原理吗?

扫描的二维码本质是一个链接,这个链接会执行一个方法,根据不同的手机系统跳转到不同的App下载平台。

header("Content-type:text/html; charset=utf-8");
$user_agent = $_SERVER['HTTP_USER_AGENT'];//返回手机系统、型号信息
//var_dump($user_agent);
if(stristr($_SERVER['HTTP_USER_AGENT'],'Android')){//返回值中是否有Android这个关键字
   //echo'你的手机是:Android系统';
header('Location: http://xxx');
}else if(stristr($_SERVER['HTTP_USER_AGENT'],'iPhone')){
   //echo'你的手机是:IOS系统';
header('Location: https://xxx');
}else if(stristr($_SERVER['HTTP_USER_AGENT'],'WindowsPhone')){
   //echo '你使用的是WindowsPhone系统';
header('Location: http://xxx');
}else{
header('Location: http://xxx');
}

【相关教程推荐】

1. php编程从入门到精通全套视频教程 

2. php从入门到精通  

3. bootstrap教程 

Statement
This article is reproduced at:CSDN博客. If there is any infringement, please contact admin@php.cn delete

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment