国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

PHP? isMobile() ??? ???? PC ???? ??? ???? ??? ???? ???? ??????
凌晨伴悅
凌晨伴悅 2020-05-08 17:57:34
0
1
2071

<?phpfunction isMobile(){ // HTTP_X_WAP_PROFILE? ?? ?? ??? ???? ???. if (isset ($_SERVER['HTTP_X_WAP_PROFILE'])) { ?? ??? ??????? ? ??? ?????. if (isset ($_SERVER ['HTTP_VIA'])) { // ?? ? ??? flase, ??? ??? true return stristr($_SERVER['HTTP_VIA'], "wap") ? true : false ;// ? ?? ??, ????? ?? ????? ??? ??, ??? ?? ?? (isset ($ _Server ['http_user_agent']) {$ ClientKeywords = Array ('Nokia', 'Sony', 'Ericsson', 'MO T', '??', 'htc', 'sgh', 'lg', 'sharp', 'sie-', 'philip s', 'panasonic', 'alcatel', 'lenovo', 'iphone' , 'ipod' , 'blackberry', 'meizu', 'android', 'netfront', 'symbian', 'ucweb', 'windowsce', 'palm', 'operamini', 'operamobi', 'openwave', ' nexusone', ' cldc', 'midp', 'wap', 'mobile' ); // HTTP_USER_AGENT?? ??? ???? ???? ????. if (preg_match("/(" . implode('|', $clientkeyword s) . ") / i", strtolower($_SERVER['HTTP_USER_AGENT']))) { ? ? ? ? ? ? ? true? ?????.// ???? ??? ???? ? ???? ?? ??? ????. if (isset ($_SERVER['HTTP_ACCEPT'])) { // wml? ???? html? ???? ?? ?? ??? ???? ???. // wml? html? ????? wml? html ??? ??? ??? ?? if ((strpos($_SERVER['HTTP_ACCEPT'], 'vnd.wap.wml') !== false) && (strpos($_SERVER[' HTTP_ACCEPT'], 'text /html') === false || (strpos($_SERVER['HTTP_ACCEPT'], 'vnd.wap.wml') < strpos($_SERVER['HTTP_ACCEPT'], 'text/ html')))) { return true; { // ???? PC??? ?? PC URL? ?????. echo '<script>location.href=""</script>'; else { / /pc ?? ?? if(isMobile()) { // ?? ???? ??? ?????? ??? ??? url? ?????. echo '<script>location.href=""</script>' }}

凌晨伴悅
凌晨伴悅

?? ??(1)
!

??? ?? ???? ?? ? ???? ?????