Posted in PHP onJanuary 09, 2014
下载地址http://code.google.com/p/php-mobile-detect/
程序就是一个文件,下载之后直接引用就可以,基于MIT License协议开源的PHP程序
使用方法:
<?php include("Mobile_Detect.php"); $detect = new Mobile_Detect();if ($detect->isMobile()) { // any mobile platform echo 'isMobile'; } else{ echo 'isPC'; } ?>
php检测用户是否用手机(Mobile)访问网站的类
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@