$val ) { if ( strstr($UA, $key) ) return $val; } // どの設定にも該当しなかった場合 return 5; } // --------------------------------------------------------------- switch ( GetUserAgent() ) { case 1: header('Location:http://activecafe.jp/uranai/uranai/mob/index.php'); break; case 2: header('Location:uranai/mob/index.php'); break; case 3: header('Location:uranai/mob/index.php'); break; case 4: header('Location:uranai/mob/index.php'); break; case 5: header('Location:index.html'); breal; } ?>