分享一个检测用户是否用(Mobile)接见网站的 PHP 类
添加时间:2013-8-9 点击量:
有一个基于MIT License和谈开源的PHP法度
http://code.google.com/p/php-mobile-detect/
法度就是一个文件,之后直接引用就可以。
应用办法:
<?php
include(Mobile_Detect.php);
¥detect = new Mobile_Detect();
if (¥detect->isMobile()) {
// any mobile platform
echo isMobile;
}
else{
echo isPC;
}
?>
真正的心灵世界会告诉你根本看不见的东西,这东西需要你付出思想和灵魂的劳动去获取,然后它会照亮你的生命,永远照亮你的生命。——王安忆《小说家的十三堂课》
有一个基于MIT License和谈开源的PHP法度
http://code.google.com/p/php-mobile-detect/
法度就是一个文件,之后直接引用就可以。
应用办法:
<?php
include(Mobile_Detect.php);
¥detect = new Mobile_Detect();
if (¥detect->isMobile()) {
// any mobile platform
echo isMobile;
}
else{
echo isPC;
}
?>