Skip to content

Instantly share code, notes, and snippets.

@tjhole
Created June 22, 2014 10:53
Show Gist options
  • Save tjhole/95c32ff24a1ef59a8ff5 to your computer and use it in GitHub Desktop.
Save tjhole/95c32ff24a1ef59a8ff5 to your computer and use it in GitHub Desktop.
PHP: If Mobile
function isMobile() {
return preg_match("/(android|avantgo|blackberry|bolt|boost|cricket|docomo|fone|hiptop|mini|mobi|palm|phone|pie|tablet|up\.browser|up\.link|webos|wos)/i", $_SERVER["HTTP_USER_AGENT"]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment