Programming/web 관련2013. 2. 23. 11:45
매우단순한 방법으로 mobile 여부를 판단하는 모듈이다.
캐노니컬 등록되지 않아서 구글 코드에서 다운받아야 한다.

<?php
include 'Mobile_Detect.php';
$detect = new Mobile_Detect();

if ($detect->isMobile()) {
    // Any mobile device.
}
?> 

[링크 : http://code.google.com/p/php-mobile-detect/]

'Programming > web 관련' 카테고리의 다른 글

wan 에서 mac address 얻기  (0) 2013.07.09
축약주소 만들기 서비스  (0) 2013.07.08
php if/else/echo  (0) 2012.11.30
TD 태그 - Chrome 과 IE 차이?  (0) 2011.05.30
IE8 / Chrome으로 HTML 분석하기  (2) 2011.03.09
Posted by 구차니