Skip to content

Instantly share code, notes, and snippets.

View richardwillars's full-sized avatar

Richard Willars richardwillars

View GitHub Profile
@richardwillars
richardwillars / mobile_detector.php
Created January 21, 2012 08:52 — forked from tubalmartin/mobile_detector.php
Lightweight detector of mobile devices, OSs & browsers (PHP)
<?php
/*
* Lightweight detector of mobile devices, OSs & browsers
* Copyright 2012 Túbal Martín (email: tubalmartin@gmail.com)
* License: GPL2
*/
if ( ! function_exists('mobile_detector') )
{